mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
fix test
This commit is contained in:
parent
0abf6acc6f
commit
0131697c37
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