Convert old tests to use "react-testing-library"
This commit is contained in:
@ -60,7 +60,7 @@ const EditEmail = () => {
|
||||
</CardHeader>
|
||||
|
||||
<CardBody>
|
||||
<Form onSubmit={handleSubmit} disabled={isLoading}>
|
||||
<Form onSubmit={handleSubmit}>
|
||||
<FormGroup labelText={intl.formatMessage(messages.emailFieldLabel)}>
|
||||
<Input
|
||||
placeholder={intl.formatMessage({ id: 'edit_email.placeholder', defaultMessage: 'me@example.com' })}
|
||||
|
||||
Reference in New Issue
Block a user