We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f32366 commit e14b941Copy full SHA for e14b941
src/tests/unitTest/pages/index.spec.ts
@@ -36,7 +36,7 @@ describe('Index', () => {
36
await user.type(input, 'Test')
37
38
// Act
39
- expect(screen.getByText('Input value = Test')).toBeTruthy()
+ expect(await screen.findByText('Input value = Test')).toBeTruthy()
40
})
41
42
test('UUID should get', async () => {
0 commit comments