playwright-java
playwright-java copied to clipboard
[Feature] Implement assert.poll
https://playwright.dev/docs/next/test-assertions#polling
As a workaround I have been using https://github.com/awaitility/awaitility
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