Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Intermittent ElementHandle.click() timeout error #561

Closed
imiric opened this issue Sep 30, 2022 · 1 comment · Fixed by #555
Closed

Intermittent ElementHandle.click() timeout error #561

imiric opened this issue Sep 30, 2022 · 1 comment · Fixed by #555
Labels
bug Something isn't working

Comments

@imiric
Copy link
Contributor

imiric commented Sep 30, 2022

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().

@imiric imiric added the bug Something isn't working label Sep 30, 2022
@imiric imiric added this to the v0.6.0 milestone Oct 11, 2022
@imiric
Copy link
Contributor Author

imiric commented Oct 11, 2022

After #555, we no longer see this issue in the Cloud 🎉 So I'm closing this.

@imiric imiric closed this as completed Oct 11, 2022
@imiric imiric linked a pull request Oct 11, 2022 that will close this issue
@inancgumus inancgumus closed this as not planned Won't fix, can't repro, duplicate, stale Oct 26, 2022
@inancgumus inancgumus removed this from the v0.6.0 milestone Oct 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants