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
* Initial implementation of rule no-unused-locators
* Add code for user action is awaited
* Add test for inside an expect
* Move comments
* Add other locators
* Move locators to array clean method
* Cleanup
---------
Co-authored-by: Mark Skelton <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,7 @@ CLI option\
142
142
|[no-slowed-test](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-slowed-test.md)| Disallow usage of the `.slow` annotation ||| 💡 |
143
143
|[no-standalone-expect](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-standalone-expect.md)| Disallow using expect outside of `test` blocks | ✅ |||
|[no-unused-locators](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-unused-locators.md)| Disallow usage of page locators that are not used | ✅ |||
|[no-useless-not](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-useless-not.md)| Disallow usage of `not` matchers when a specific matcher exists | ✅ | 🔧 ||
147
148
|[no-wait-for-navigation](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-wait-for-navigation.md)| Disallow usage of `page.waitForNavigation()`| ✅ || 💡 |
0 commit comments