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:
@@ -58,7 +58,7 @@ export class ContactForm extends React.Component<
|
||||
|
||||
return (
|
||||
<div
|
||||
data-e2e="feedbackPopup"
|
||||
data-testid="feedbackPopup"
|
||||
className={
|
||||
isSuccessfullySent ? styles.successState : styles.contactForm
|
||||
}
|
||||
@@ -71,6 +71,7 @@ export class ContactForm extends React.Component<
|
||||
<span
|
||||
className={clsx(icons.close, popupStyles.close)}
|
||||
onClick={onClose}
|
||||
data-testid="feedback-popup-close"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user