馃殌 Feature Request
It would be nice if there was an assertion available to check that an element is stable and has stopped animating and is stable.
https://playwright.dev/docs/actionability#stable
Example
PlaywrightAssertions.assertThat(inputField).isStable();
Motivation
It would allow users to assert that an element has stopped animating. Similar to microsoft/playwright#3192
馃殌 Feature Request
It would be nice if there was an assertion available to check that an element is stable and has stopped animating and is stable.
https://playwright.dev/docs/actionability#stable
Example
PlaywrightAssertions.assertThat(inputField).isStable();
Motivation
It would allow users to assert that an element has stopped animating. Similar to microsoft/playwright#3192