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
Without proper test ids or deeper react integration, the appearance of elements can not be properly awaited. And is also thrown of runtime react errors that do not break behavior.
Use react selector (?)
https://playwright.dev/docs/other-locators#react-locator
Playwright also has functionality overlap for component testing to Storybook (maybe more reliable than storybook?)
https://playwright.dev/docs/test-components
The text was updated successfully, but these errors were encountered: