You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was opened 8 months ago. Curious if there's been enough interest to actually implement or it's just fallen off the roadmap entirely? Personally, there are use cases where I prefer toBeVisible() with pass / failure, and other times I actually just want the boolean from isVisible(). Having the ability to poll on a method like isVisible() greatly extends the usability for async functions when I'm testing the positive and negative outcomes in subsequent tests.
Hi, I would also be interested in a status update here. Atm we are using awaitily but I am wondering if it can be replacd with a playwright native feature
https://playwright.dev/docs/next/test-assertions#polling
The text was updated successfully, but these errors were encountered: