Monitor Cron e2e Tests #598
Annotations
1 error, 5 warnings, and 1 notice
[firefox] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user:
src/e2e/pages/authPage.ts#L38
1) [firefox] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
Error: locator.fill: Error: strict mode violation: locator('div.card input') resolved to 22 elements:
1) <input readonly type="email" class="hidden" autocomplete="username" value="1741169872116_tstact@restmail.net"/> aka locator('input[type="email"]')
2) <input value="" type="password" name="newPassword" spellcheck="false" autocomplete="off" data-testid="new-password-input-field" class="pb-1 pt-5 px-3 font-body rounded text-start w-[90%]"/> aka getByTestId('new-password-input-field')
3) <input value="" type="password" spellcheck="false" autocomplete="off" name="confirmPassword" data-testid="verify-password-input-field" class="pb-1 pt-5 px-3 font-body rounded text-start w-[90%]"/> aka getByTestId('verify-password-input-field')
4) <input value="" name="age" type="text" maxlength="3" pattern="[0-9]*" inputmode="numeric" data-testid="age-input-field" class="pb-1 pt-5 px-3 font-body rounded text-start w-full"/> aka getByTestId('age-input-field')
5) <input type="checkbox" class="flex-shrink-0 appearance-none border w-4 h-4 transition-standard rounded-sm focus:outline-2 focus:outline-offset-2 focus:outline focus-visible:outline focus:outline-blue-500 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500 active:outline-2 active:outline-offset-2 active:outline active:outline-blue-500 ltr:mr-3 rtl:ml-3 bg-grey-50 active:bg-grey-200 hover:bg-grey-100 border-grey-300"/> aka getByRole('checkbox', { name: 'Get our latest news and' })
6) <input type="checkbox" class="flex-shrink-0 appearance-none border w-4 h-4 transition-standard rounded-sm focus:outline-2 focus:outline-offset-2 focus:outline focus-visible:outline focus:outline-blue-500 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500 active:outline-2 active:outline-offset-2 active:outline active:outline-blue-500 ltr:mr-3 rtl:ml-3 bg-grey-50 active:bg-grey-200 hover:bg-grey-100 border-grey-300"/> aka getByRole('checkbox', { name: 'Action alerts to reclaim the' })
7) <input type="checkbox" class="flex-shrink-0 appearance-none border w-4 h-4 transition-standard rounded-sm focus:outline-2 focus:outline-offset-2 focus:outline focus-visible:outline focus:outline-blue-500 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500 active:outline-2 active:outline-offset-2 active:outline active:outline-blue-500 ltr:mr-3 rtl:ml-3 bg-grey-50 active:bg-grey-200 hover:bg-grey-100 border-grey-300"/> aka getByRole('checkbox', { name: 'Early access to test new' })
8) <input name="state" type="hidden" data-testid="google-signin-form-state" value="https%3A%2F%2Faccounts.stage.mozaws.net%2Foauth%2Fsignup%3FdeviceId%3D6fd8c62f492448499529a3e0264af1e1%26flowBeginTime%3D1741169871466%26flowId%3Dc7f8b8f372a6201fae14431ca9cf604824599b3eeef9a94ec33d6eb15d4c1c84%26client_id%3D946bfd23df91404c%26scope%3Dprofile%2Bhttps%3A%2F%2Fidentity.mozilla.com%2Faccount%2Fsubscriptions%26response_type%3Dcode%26redirect_uri%3Dhttps%3A%2F%2Fstage.firefoxmonitor.nonprod.c…/> aka getByTestId('google-signin-form-state')
9) <input type="hidden" name="client_id" value="840597532514-d8o7bhevun3snao2j8icsf3ikdf53o2a.apps.googleusercontent.com"/> aka locator('form').filter({ hasText: 'Continue with Google' }).locator('input[name="client_id"]')
10) <input name="scope" type="hidden" value="openid email profile"/> aka locator('form').filter({ hasText: 'Continue with Google' }).locator('input[name="scope"]')
...
Call log:
- waiting for locator('div.card input')
at ../pages/authPage.ts:38
36 |
37 | async enterVerificationCode(code: string) {
> 38 | await this.verifyCodeInputField.fill(code);
| ^
39 | await this.continue({ waitForURL: "**/user/**" });
40 | }
41 |
at AuthPage.enterVerificationCode (/home/r
|
Slow Test:
[firefox] › src/e2e/specs/purchase.spec.ts#L1
[firefox] › src/e2e/specs/purchase.spec.ts took 58.1s
|
Slow Test:
[chromium] › src/e2e/specs/purchase.spec.ts#L1
[chromium] › src/e2e/specs/purchase.spec.ts took 51.0s
|
Slow Test:
[firefox] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts took 49.8s
|
Slow Test:
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts took 42.5s
|
Slow Test:
[chromium] › src/e2e/specs/landing/landing-new-account.spec.ts#L1
[chromium] › src/e2e/specs/landing/landing-new-account.spec.ts took 35.2s
|
🎭 Playwright Run Summary
1 flaky
[firefox] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
6 skipped
73 passed (11.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
4.26 MB |
|
test-results
|
3.18 MB |
|