Skip to content

Monitor Cron e2e Tests #528

Monitor Cron e2e Tests

Monitor Cron e2e Tests #528

Triggered via schedule January 4, 2025 08:06
Status Failure
Total duration 15m 58s
Artifacts 2

e2e_cron.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 6 warnings, and 1 notice
[firefox] › landing/landing-new-account.spec.ts:59:3 › stage - Verify the Landing Page Functionality - new account › Verify the "Start free monitoring" button UI and functionality with a new account: src/e2e/pages/authPage.ts#L38
1) [firefox] › landing/landing-new-account.spec.ts:59:3 › stage - Verify the Landing Page Functionality - new account › Verify the "Start free monitoring" button UI and functionality with a new account 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="[email protected]"/> 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 getByLabel('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 getByLabel('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 getByLabel('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%3D445cf7bc334b4b01b155500bca3ede17%26flowBeginTime%3D1735978695379%26flowId%3D93f23057128d5e529669c8c89ce5ce6d8dcce148481de463ccb69d3a7033ce8a%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.enterVerificationCo
[firefox] › landing/landing-new-account.spec.ts:59:3 › stage - Verify the Landing Page Functionality - new account › Verify the "Start free monitoring" button UI and functionality with a new account: src/e2e/pages/authPage.ts#L38
1) [firefox] › landing/landing-new-account.spec.ts:59:3 › stage - Verify the Landing Page Functionality - new account › Verify the "Start free monitoring" button UI and functionality with a new account Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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="[email protected]"/> 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 getByLabel('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 getByLabel('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 getByLabel('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%3D3c1caf970b874b3aba62e4a80fbf1f38%26flowBeginTime%3D1735978705050%26flowId%3D63e1ecc448363dbaae40fdec802e4fd27594e9956a082c1c4c0c46829d19bd3e%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.con
[firefox] › landing/landing-new-account.spec.ts:16:3 › stage - Verify the Landing Page Functionality - new account › Verify "Get free scan" buttons functionality with a new account: src/e2e/pages/authPage.ts#L38
2) [firefox] › landing/landing-new-account.spec.ts:16:3 › stage - Verify the Landing Page Functionality - new account › Verify "Get free scan" buttons functionality with a new account 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="[email protected]"/> 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 getByLabel('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 getByLabel('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 getByLabel('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%3D2128090ac6c9405a8dadc7477567bbbd%26flowBeginTime%3D1735978672569%26flowId%3D7dd2c055562af470a7589ac8669e5d76f602bda2079a18c80aabc5276aeab854%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/runner/w
e2e-tests
Process completed with exit code 1.
e2e-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [firefox] › purchase.spec.ts#L1
[firefox] › purchase.spec.ts took 3.6m
Slow Test: [chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 3.4m
Slow Test: [firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 41.3s
Slow Test: [chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 37.8s
Slow Test: [firefox] › landing/landing-existing-account.spec.ts#L1
[firefox] › landing/landing-existing-account.spec.ts took 27.6s
🎭 Playwright Run Summary
1 failed [firefox] › landing/landing-new-account.spec.ts:59:3 › stage - Verify the Landing Page Functionality - new account › Verify the "Start free monitoring" button UI and functionality with a new account 1 flaky [firefox] › landing/landing-new-account.spec.ts:16:3 › stage - Verify the Landing Page Functionality - new account › Verify "Get free scan" buttons functionality with a new account 6 skipped 78 passed (15.0m)

Artifacts

Produced during runtime
Name Size
playwright-report
5.72 MB
test-results
4.62 MB