Setting the timeout with page.setDefaultTimeout
doesn't then get used anywhere
#940
Labels
page.setDefaultTimeout
doesn't then get used anywhere
#940
Brief summary
When we set the default timeout of the
page
withpage.setDefaultTimeout
, the value is set for thepage
's instance oftimeoutSettings
. The problem is that that value isn't used anywhere else or propagated toframe
.xk6-browser version
v0.10.0
OS
NA
Chrome version
NA
Docker version and image (if applicable)
NA
Steps to reproduce the problem
When working with the following script, it timesout, which is expected since there is no such element in test.k6.io:
It results in the following error:
Expected behaviour
The error should be since the timeout was set to 90seconds by
page.setDefaultTimeout(90000);
:Actual behaviour
The text was updated successfully, but these errors were encountered: