mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
[CST-5253] Fix view item button for workspace items in the mydspace results list
This commit is contained in:
@@ -132,6 +132,12 @@ describe('WorkspaceitemActionsComponent', () => {
|
||||
expect(btn).toBeDefined();
|
||||
});
|
||||
|
||||
it('should display view button', () => {
|
||||
const btn = fixture.debugElement.query(By.css('button [data-test="view-btn"]'));
|
||||
|
||||
expect(btn).toBeDefined();
|
||||
});
|
||||
|
||||
describe('on discard confirmation', () => {
|
||||
beforeEach((done) => {
|
||||
mockDataService.delete.and.returnValue(observableOf(true));
|
||||
|
Reference in New Issue
Block a user