mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-8076] [E2E] Changed waitUntil in navigate method to 'load' (#3872)
This commit is contained in:
parent
7c92f39127
commit
e35b12d53f
@ -62,6 +62,7 @@ export abstract class BasePage extends PlaywrightBase {
|
|||||||
query: '',
|
query: '',
|
||||||
waitForRequest: true,
|
waitForRequest: true,
|
||||||
remoteUrl: '',
|
remoteUrl: '',
|
||||||
|
waitUntil: 'load',
|
||||||
...options
|
...options
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user