Feature request: check page and locator actions for missing-playwright-await
rule
#159
Labels
enhancement
New feature or request
missing-playwright-await
rule
#159
Suggestion
We should add additional functions to check if they are being awaited on. Currently we only check expect and test matchers, but none of the page actions or locator actions:
eslint-plugin-playwright/src/rules/missing-playwright-await.ts
Lines 11 to 58 in f3cfc99
The text was updated successfully, but these errors were encountered: