mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4480] Viewer shows endless spinner for unsupported files (#4937)
* added asserting for the unsupported format file message. * removing return statement * removing return statement
This commit is contained in:
committed by
Eugenio Romano
parent
6b0fe7b6b9
commit
76c938800f
@@ -307,6 +307,8 @@ describe('Content Services Viewer', () => {
|
||||
viewerPage.checkInfoButtonIsDisplayed();
|
||||
|
||||
viewerPage.checkZoomInButtonIsNotDisplayed();
|
||||
viewerPage.checkUnknownFormatIsDisplayed();
|
||||
expect(viewerPage.getUnknownFormatMessage()).toBe('Couldn\'t load preview. Unknown format.');
|
||||
|
||||
viewerPage.clickCloseButton();
|
||||
});
|
||||
|
Reference in New Issue
Block a user