-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dispose: Cannot find context with specified id (-32000) #1144
Comments
Hi @VincentDugard, we can't reproduce this issue without a script and a website to test against. Please provide these details in the issue description. |
A similar error has occurred here (while testing
|
@ankur22 Should we reopen this or add another issue? It seems to be happening again (maybe not related to this one, I'm not sure). It might be because of using promises—I haven't looked into it yet. WDYT?
Commit: a3b0093 Failure: https://github.com/grafana/xk6-browser/actions/runs/9000161266/job/24723817613?pr=1312 |
I think we should open a new issue for this particular test failure. It could be related to the |
Brief summary
Hello, I'm trying to use xk6 with a nextjs webapp.
Everything work fine until I click a button that unmount components.
The following error appear
xk6-browser version
1.2.1
OS
ubuntu 22.04
Chrome version
119.0.6045.199
Docker version and image (if applicable)
No response
Steps to reproduce the problem
use xk6-browser on react app and manipulate element that you later unmount
Expected behaviour
Not crashing
Actual behaviour
Tasks
Dispose
#1291The text was updated successfully, but these errors were encountered: