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