Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/old-socks-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withSessionTasksResetPassword

await expect(
u.page.getByText(
"Your password appears to have been compromised or it's no longer trusted and cannot be used. Please use another method to continue.",
'Your password may be compromised. To protect your account, please continue with an alternative sign-in method. You will be required to reset your password after signing in.',
),
).toBeVisible();
await u.po.signIn.getAltMethodsEmailCodeButton().click();
Expand Down Expand Up @@ -83,7 +83,7 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withSessionTasksResetPassword

await expect(
u.page.getByText(
"Your password appears to have been compromised or it's no longer trusted and cannot be used. Please use another method to continue.",
'Your password may be compromised. To protect your account, please continue with an alternative sign-in method. You will be required to reset your password after signing in.',
),
).toBeVisible();
await u.po.signIn.getAltMethodsEmailCodeButton().click();
Expand Down