Skip to content
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

[Bug]: toBeHidden Ignores Timeout #33656

Open
jwalkerinterpres opened this issue Nov 18, 2024 · 1 comment
Open

[Bug]: toBeHidden Ignores Timeout #33656

jwalkerinterpres opened this issue Nov 18, 2024 · 1 comment

Comments

@jwalkerinterpres
Copy link

Version

Latest

Steps to reproduce

Please re-open #30953. It has all the relevant details, including a reproduction script ... but really this is such a basic issue you shouldn't need one (just do a toBeHidden with a long timeout, then watch the video and see it wait 1ms).

Expected behavior

See #30953

Actual behavior

See #30953

Additional context

See #30953

Environment

See https://github.com/microsoft/playwright/issues/30953
@pavelfeldman
Copy link
Member

pavelfeldman commented Nov 19, 2024

I can see strict mode violation exceptions. Locators must be strict. You can add .first() if you want to opt out of strictless. https://playwright.dev/docs/locators#strictness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants