synpress icon indicating copy to clipboard operation
synpress copied to clipboard

[๐Ÿ› Bug]: waiting for locator('[data-testid=account-options-menu-button]').first()

Open nadiia-palaida opened this issue 1 year ago โ€ข 0 comments

๐Ÿ”Ž 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?

๐Ÿ’ก 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

nadiia-palaida avatar May 03 '24 15:05 nadiia-palaida