-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
feat(settings): Create frontend components for recovery phone setup from Settings
- Loading branch information
Showing
37 changed files
with
1,179 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,7 @@ test.describe('severity-1 #smoke', () => { | |
|
||
resetPassword.resendButton.click(); | ||
|
||
await expect(resetPassword.statusBar).toHaveText( | ||
await expect(resetPassword.successBanner).toHaveText( | ||
/A new code was sent to your email./ | ||
); | ||
}); | ||
|
@@ -121,7 +121,7 @@ test.describe('severity-1 #smoke', () => { | |
|
||
await resetPassword.fillOutEmailForm('[email protected]'); | ||
|
||
await expect(resetPassword.statusBar).toHaveText('Unknown account'); | ||
await expect(resetPassword.errorBanner).toHaveText('Unknown account'); | ||
}); | ||
|
||
test('browse directly to page with email on query params', async ({ | ||
|
@@ -161,7 +161,7 @@ test.describe('severity-1 #smoke', () => { | |
|
||
await expect(settings.settingsHeading).toBeVisible(); | ||
await expect(settings.alertBar).toHaveText( | ||
'Two-step authentication enabled' | ||
'Two-step authentication has been enabled' | ||
); | ||
await expect(settings.totp.status).toHaveText('Enabled'); | ||
|
||
|
@@ -226,7 +226,7 @@ test.describe('severity-1 #smoke', () => { | |
|
||
await expect(settings.settingsHeading).toBeVisible(); | ||
await expect(settings.alertBar).toHaveText( | ||
'Two-step authentication enabled' | ||
'Two-step authentication has been enabled' | ||
); | ||
await expect(settings.totp.status).toHaveText('Enabled'); | ||
|
||
|
@@ -300,7 +300,7 @@ test.describe('severity-1 #smoke', () => { | |
|
||
await expect(settings.settingsHeading).toBeVisible(); | ||
await expect(settings.alertBar).toHaveText( | ||
'Two-step authentication enabled' | ||
'Two-step authentication has been enabled' | ||
); | ||
await expect(settings.totp.status).toHaveText('Enabled'); | ||
|
||
|
@@ -385,7 +385,7 @@ test.describe('severity-1 #smoke', () => { | |
|
||
await expect(settings.settingsHeading).toBeVisible(); | ||
await expect(settings.alertBar).toHaveText( | ||
'Two-step authentication enabled' | ||
'Two-step authentication has been enabled' | ||
); | ||
await expect(settings.totp.status).toHaveText('Enabled'); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.