mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645]fixes for e2e
This commit is contained in:
@@ -126,6 +126,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
timeouts: {
|
||||
medium: 5000,
|
||||
visible_timeout: 10000,
|
||||
no_visible_timeout: 10000,
|
||||
index_search: 20000
|
||||
|
||||
@@ -377,6 +377,7 @@ export class ViewerPage {
|
||||
|
||||
async clickCloseButton(): Promise<void> {
|
||||
await BrowserActions.click(this.closeButton);
|
||||
await browser.sleep(browser.params.testConfig.timeouts.medium);
|
||||
}
|
||||
|
||||
async clickPreviousPageButton(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user