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 will be a fairly large undertaking, but the playwright eslint plugin can help us find all examples of page.locator and replace with page.getByRole()
Upgrade to eslint-playwright >1.6.0
Set playwright eslint rule for no-nth-methods and no-raw-locators to required
Skip for the performance/contract tests
The text was updated successfully, but these errors were encountered:
Summary
This will be a fairly large undertaking, but the playwright eslint plugin can help us find all examples of page.locator and replace with page.getByRole()
no-nth-methods
andno-raw-locators
to requiredThe text was updated successfully, but these errors were encountered: