mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Cover forgot password with e2e tests
This commit is contained in:
@@ -48,10 +48,14 @@ export default class ForgotPasswordBody extends BaseAuthBody {
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
<div>
|
||||
<div data-testid="forgot-password-login">
|
||||
<div className={styles.login}>
|
||||
{login}
|
||||
<span className={styles.editLogin} onClick={this.onClickEdit} />
|
||||
<span
|
||||
className={styles.editLogin}
|
||||
onClick={this.onClickEdit}
|
||||
data-testid="edit-login"
|
||||
/>
|
||||
</div>
|
||||
<p className={styles.descriptionText}>
|
||||
<Message {...messages.pleasePressButton} />
|
||||
|
||||
Reference in New Issue
Block a user