Skip to content

Commit 2e8174a

Browse files
committed
docs(readme): remove misleading usage of Locator-based expectation API
1 parent ea7d2e5 commit 2e8174a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ test('my form', async ({queries: {getByTestId}}) => {
8787
// Interact with Playwright like usual
8888
await $email.type('[email protected]')
8989

90-
expect($email).toHaveValue('[email protected]')
91-
9290
// ...
9391
})
9492
```

0 commit comments

Comments
 (0)