-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Apply currently set wait timeout to waitPageLoad()
Commit 49ee017 set a static 15s timeout for the waitPageLoad() helper, but some tests like `TestIPA.testClientCertAuthentication` require a longer one. So support a `timeout=` option, and fall back to 15s if it is not set. In Browser.open(), pass the currently set timeout in the CDP driver (i.e. from `Browser.wait_timeout())`.
- Loading branch information
1 parent
aa980ce
commit ef2eae1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters