[ACS-8076] [E2E] Changed waitUntil in navigate method to 'load' (#3872)

This commit is contained in:
Adam Świderski 2024-06-04 12:57:29 +02:00 committed by GitHub
parent 7c92f39127
commit e35b12d53f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,7 @@ export abstract class BasePage extends PlaywrightBase {
query: '',
waitForRequest: true,
remoteUrl: '',
waitUntil: 'load',
...options
};