mirror of
https://github.com/gotson/komga.git
synced 2025-12-25 18:03:56 +01:00
fix test
This commit is contained in:
parent
562b017f10
commit
d86b5dbc16
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