We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724a9a8 commit 1caaf7bCopy full SHA for 1caaf7b
tests/app.basic.spec.tsx
@@ -15,7 +15,7 @@ describe('App basic', () => {
15
expect(root.className).toContain('grid')
16
17
await waitFor(() => {
18
- const el = screen.getByText(/What do you/i)
+ const el = screen.getByText(/How can Jan help you/i)
19
expect(!!el).toBe(true)
20
})
21
0 commit comments