mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix unknown style (#5810)
* fix unknown style * missing var * remove delete because there is already delete site * fix test
This commit is contained in:
@@ -635,7 +635,7 @@ export class ViewerPage {
|
||||
}
|
||||
|
||||
async getUnknownFormatMessage(): Promise<string> {
|
||||
const unknownFormatLabel = this.unknownFormat.element(by.css(`.label`));
|
||||
const unknownFormatLabel = this.unknownFormat.element(by.css(`.adf-viewer__unknown-label`));
|
||||
return BrowserActions.getText(unknownFormatLabel);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user