Convert old tests to use "react-testing-library"
This commit is contained in:
@ -59,7 +59,7 @@ const EditPassword = () => {
|
||||
</CardHeader>
|
||||
|
||||
<CardBody>
|
||||
<Form onSubmit={handleSubmit} disabled={isLoading}>
|
||||
<Form onSubmit={handleSubmit}>
|
||||
<FormGroup labelText={intl.formatMessage(messages.oldPasswordFieldLabel)}>
|
||||
<Input
|
||||
type='password'
|
||||
|
||||
Reference in New Issue
Block a user