Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit ea7d2e5

Browse files
JohannesKlaussjrolfs
authored andcommitted
Update README.md
Add missing async keyword to fixture example
1 parent 0600293 commit ea7d2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const test = baseTest.extend<Fixtures>({
7676
const {expect} = test
7777

7878
// Query methods are available in `test` blocks
79-
test('my form', ({queries: {getByTestId}}) => {
79+
test('my form', async ({queries: {getByTestId}}) => {
8080
const $form = await getByTestId('my-form')
8181

8282
// Scope queries with `getQueriesForElement`

0 commit comments

Comments
 (0)