mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
fix test
This commit is contained in:
parent
ba41c110f6
commit
e58146b1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue