synpress
synpress copied to clipboard
[๐ Bug]: waiting for locator('[data-testid=account-options-menu-button]').first()
๐ Have you searched existing issues to avoid duplicates?
- [X] I have made sure that my issue is not a duplicate.
๐งช Have you tested your code using latest version of Synpress?
- [X] I have made sure that my issue still exists on latest version of Synpress.
๐ก Are you able to provide enough information to be able to reproduce your issue locally?
- [ ] I can provide enough details to reproduce my issue on local environment.
Synpress version
3.7.2-beta.10
Node.js version
18.20.2
Operating system
Ubuntu 22.04.4 LTS
Run mode
Playwright + Synpress (as plugin)
CI platform (if applicable)
No response
Are you running your tests inside docker? (if applicable)
- [ ] This issue could be related to docker.
What happened?
Sometimes this modal is displayed and an error occurs as a result.
waiting for locator('[data-testid=account-options-menu-button]').first()
- locator resolved to <button title="Account options" data-testid="account-optโฆ></button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
e1718521e697be3017e8a5445fab4e27.webm
What is your expected behavior?
No response
How to reproduce the bug.
I don't know how to reproduce it, because sometimes it appears, sometimes not.
Relevant log output
No response