Skip to content

Commit

Permalink
feat(playwright): add no-get-by-title rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Jiang committed Feb 12, 2024
1 parent 32dbdc4 commit 823f97f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/playwright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const playwrightRules: FlatConfigItem['rules'] = {
'playwright/prefer-to-have-count': 'error',
'playwright/valid-title': 'error',
'playwright/no-wait-for-selector': 'error',
'playwright/no-get-by-title': 'warn',
}


Expand Down

0 comments on commit 823f97f

Please sign in to comment.