We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b411e7 + 629b8e6 commit fec799aCopy full SHA for fec799a
1 file changed
packages/functional-tests/tests/settings/redirect.spec.ts
@@ -45,8 +45,8 @@ test.describe('severity-2 #smoke', () => {
45
46
await page.bringToFront();
47
await settings.secondaryEmail.addButton.click();
48
+ await page.waitForURL(/signin_totp_code/);
49
- await expect(page).toHaveURL(/signin_totp_code/);
50
await expect(signinTotpCode.aalUpgradeBanner).toBeVisible();
51
await expect(
52
page.getByRole('heading', {
@@ -97,8 +97,8 @@ test.describe('severity-2 #smoke', () => {
97
98
99
await page.reload();
100
101
102
103
104
0 commit comments