This commit is contained in:
Gauthier Roebroeck 2025-12-03 10:22:13 +08:00
parent ba41c110f6
commit e58146b1ff

View file

@ -38,7 +38,7 @@ export const MatchingPasswords: Story = {
})
await userEvent.type(password2, 'abc')
await waitFor(() => expect(canvas.getByText(/must be identical/i)).not.toBeVisible())
await waitFor(() => expect(canvas.queryByText(/must be identical/i)).toBeNull())
},
}