Skip to content

Commit 1caaf7b

Browse files
committed
fix: fix test
1 parent 724a9a8 commit 1caaf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/app.basic.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('App basic', () => {
1515
expect(root.className).toContain('grid')
1616

1717
await waitFor(() => {
18-
const el = screen.getByText(/What do you/i)
18+
const el = screen.getByText(/How can Jan help you/i)
1919
expect(!!el).toBe(true)
2020
})
2121
})

0 commit comments

Comments
 (0)