mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix test URLInput
This commit is contained in:
parent
a9cf3bdc0a
commit
e8bad8d832
@ -35,7 +35,7 @@ describe('@shared/FormInput/InputElement/URLInput', () => {
|
||||
render(<URLInput {...props} />)
|
||||
expect(screen.getByRole('button')).toBeDisabled()
|
||||
|
||||
fireEvent.change(screen.getByRole('textbox'), {
|
||||
fireEvent.change(screen.getByRole('button'), {
|
||||
target: { value: 'https://google.com' }
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user