You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
Running the same test script from #510, on current main (db80f94), and mostly only reproducible in the Cloud, we sometimes see the following error:
clicking on "a[href=\"/my_messages.php\"]": timed out after 30s
at reflect.methodValueCall (native)
at file:///tmp/PvwCGT/script.js:44:17(46)
at native
executor=constant-vus scenario=default test_run_id: 141246
The effect is that there's a pause in execution while we wait for the default 30s tmeout, as documented in #502, and the iteration ends abruptly. This is probably another race condition between ElementHandle.click() and Page.waitForNavigation().
The text was updated successfully, but these errors were encountered:
Running the same test script from #510, on current main (db80f94), and mostly only reproducible in the Cloud, we sometimes see the following error:
The effect is that there's a pause in execution while we wait for the default 30s tmeout, as documented in #502, and the iteration ends abruptly. This is probably another race condition between
ElementHandle.click()
andPage.waitForNavigation()
.The text was updated successfully, but these errors were encountered: