mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
added functionality to view a previous version (#5913)
This commit is contained in:
@@ -637,4 +637,8 @@ export class ViewerPage {
|
||||
const unknownFormatLabel = this.unknownFormat.element(by.css(`.adf-viewer__unknown-label`));
|
||||
return BrowserActions.getText(unknownFormatLabel);
|
||||
}
|
||||
|
||||
async expectUrlToContain(text: string): Promise<void> {
|
||||
await expect(browser.getCurrentUrl()).toContain(text);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user