-
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
Deadlock: Another element is intercepting with pointer action #1004
Comments
Am I correct in thinking that this should theoretically be accounted for as part of the auto-waiting "actionability" checks? I've found that, even with a |
@tom-miseur Do you have an example script that we can use to debug this issue with? Your theory sounds plausible. |
Same issue for me,
The code snippet:
|
In my case tag How did I determined which actual tag processed. I injected JS script to my web page:
and added to my test before the click:
Then we need to run a test in headless mode off:
test options looks like this:
this allow me to have only one test instance executed at most, and so, I can interact with web application manually.| Clicking on the target button I got following printed:
Not 100% sure if this is correct, just my way to debug it. |
Checking the k6's browser extension implementation, I found this:
So, I tried to modify my code:
And it looks like it worked. @inancgumus did you tried with force flag? |
The Here's the Playwright's explanation:
So, this might not be a bug 😅 Maybe, we should improve our documentation. I've created an issue. Closing this issue. Feel free to reopen it. |
Brief summary
The test run ID 1900312 fails with the following errors:
1:
2 Timeout:
xk6-browser version
v1.0.2
OS
Linux
Chrome version
Cloud
Docker version and image (if applicable)
No response
Steps to reproduce the problem
See the script in the test run and run it locally. The local run doesn't have the second error, only the first one.
Expected behaviour
No panic if this turns out to be a bug. Investigation needed.
Actual behaviour
Panic.
The text was updated successfully, but these errors were encountered: