Skip to content

Commit d37976e

Browse files
author
Ali Jaber
committed
124085: fix tests
1 parent 0de2c4d commit d37976e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/object-list/my-dspace-result-list-element/workspace-item-search-result/workspace-item-search-result-list-element.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ describe('WorkspaceItemSearchResultListElementComponent', () => {
113113
spyOn(component.reloadedObject, 'emit').and.callThrough();
114114
const actionPayload: any = { reloadedObject: {}};
115115

116-
const actionsComponent = fixture.debugElement.query(By.css('ds-workspaceitem-actions'));
116+
const actionsComponent = fixture.debugElement.query(By.css('ds-themed-workspaceitem-actions'));
117117
actionsComponent.triggerEventHandler('processCompleted', actionPayload);
118118
tick();
119119

0 commit comments

Comments
 (0)