Skip to content

Commit

Permalink
feat: Add missed assertions to the 'missing-playwright-await' rule (#181
Browse files Browse the repository at this point in the history
)
  • Loading branch information
elaichenkov authored Nov 30, 2023
1 parent 0419585 commit b54e7df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rules/missing-playwright-await.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ const playwrightTestMatchers = [
'toHaveTitle',
'toHaveURL',
'toHaveValue',
'toHaveValues',
'toBeAttached',
'toBeInViewport',
];

function getCallType(
Expand Down

0 comments on commit b54e7df

Please sign in to comment.