chore(deps): bump the aws-sdk group with 2 updates #793
Annotations
10 errors, 5 warnings, and 1 notice
[firefox] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account:
src/e2e/specs/landing/landing-existing-account.spec.ts#L1
1) [firefox] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account
Test timeout of 60000ms exceeded.
|
[firefox] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account:
src/e2e/pages/authPage.ts#L50
1) [firefox] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account
Error: locator.fill: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first()
at ../pages/authPage.ts:50
48 | const password =
49 | optionalPassword || (process.env.E2E_TEST_ACCOUNT_PASSWORD as string);
> 50 | await this.passwordInputField.fill(password);
| ^
51 | await this.continue({ waitForURL: "**/user/**" });
52 | }
53 |
at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:50:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-existing-account.spec.ts:65:20
|
[firefox] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account:
src/e2e/specs/landing/landing-existing-account.spec.ts#L69
1) [firefox] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "***/user/dashboard"
Received: "***/user/dashboard/action-needed"
67 | // verify dashboard redirect
68 | const successUrl = `${process.env.E2E_TEST_BASE_URL}/user/dashboard`;
> 69 | expect(page.url()).toBe(successUrl);
| ^
70 | });
71 | });
72 |
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-existing-account.spec.ts:69:24
|
[chromium] › dashboard/dashboard-footer.spec.ts:21:3 › local - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly:
src/e2e/specs/dashboard/dashboard-footer.spec.ts#L1
2) [chromium] › dashboard/dashboard-footer.spec.ts:21:3 › local - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Test timeout of 60000ms exceeded.
|
[chromium] › dashboard/dashboard-footer.spec.ts:21:3 › local - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly:
src/e2e/utils/helpers.ts#L188
2) [chromium] › dashboard/dashboard-footer.spec.ts:21:3 › local - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Error: page.goto: Test timeout of 60000ms exceeded.
Call log:
- navigating to "https://www.mozilla.org/about/legal/terms/subscription-services/", waiting until "load"
at ../utils/helpers.ts:188
186 | if (href === null) return false;
187 |
> 188 | await page.goto(href);
| ^
189 | const currentUrl = new URL(page.url());
190 | const perceivedHost = currentUrl.hostname;
191 | const perceivedPath = currentUrl.pathname;
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:188:14)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-footer.spec.ts:54:5
|
[firefox] › dashboard/dashboard-payment.spec.ts:22:3 › local - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want:
src/e2e/specs/dashboard/dashboard-payment.spec.ts#L1
3) [firefox] › dashboard/dashboard-payment.spec.ts:22:3 › local - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want, verify that the Premium upsell modal is displayed correctly
TypeError: Cannot read properties of undefined (reading 'childFrames')
|
[firefox] › dashboard/dashboard-payment.spec.ts:22:3 › local - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want:
src/e2e/pages/dashBoardPage.ts#L310
3) [firefox] › dashboard/dashboard-payment.spec.ts:22:3 › local - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want, verify that the Premium upsell modal is displayed correctly
Error: page.goto: Test ended.
Call log:
- navigating to "***/", waiting until "load"
at ../pages/dashBoardPage.ts:310
308 |
309 | // Check yearly redirection
> 310 | await this.page.goto(`${process.env.E2E_TEST_BASE_URL}`);
| ^
311 | await this.subscribeButton.waitFor();
312 | await this.subscribeButton.click();
313 | await this.subscribeDialogSelectYearlyPlanLink.click();
at DashboardPage.verifyPremiumUpsellModalOptions (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/dashBoardPage.ts:310:21)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-payment.spec.ts:44:5
|
[firefox] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields:
src/e2e/specs/landing/landing-content.spec.ts#L1
4) [firefox] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
Test timeout of 60000ms exceeded.
|
[firefox] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields:
src/e2e/specs/landing/landing-content.spec.ts#L204
4) [firefox] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first() to be visible
202 | await landingPage.monitorHeroFormEmailInputField.fill(randomEmail);
203 | await landingPage.monitorHeroFormInputSubmitButton.click();
> 204 | await authPage.passwordInputField.waitFor();
| ^
205 | await expect(authPage.passwordInputField).toBeVisible();
206 | } else {
207 | ///free-scan-cta experiment is on
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts:204:41
|
[firefox] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account:
src/e2e/specs/landing/landing-existing-account.spec.ts#L1
5) [firefox] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account
Test timeout of 60000ms exceeded.
|
Slow Test:
[firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 44.0s
|
Slow Test:
[chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 35.9s
|
Slow Test:
[firefox] › dashboard/dashboard-overview-card.spec.ts#L1
[firefox] › dashboard/dashboard-overview-card.spec.ts took 20.4s
|
Slow Test:
[firefox] › landing/landing-new-account.spec.ts#L1
[firefox] › landing/landing-new-account.spec.ts took 18.2s
|
Slow Test:
[firefox] › dashboard/dashboard-footer.spec.ts#L1
[firefox] › dashboard/dashboard-footer.spec.ts took 15.4s
|
🎭 Playwright Run Summary
1 failed
[firefox] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account
4 flaky
[chromium] › dashboard/dashboard-footer.spec.ts:21:3 › local - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
[firefox] › dashboard/dashboard-payment.spec.ts:22:3 › local - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want, verify that the Premium upsell modal is displayed correctly
[firefox] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
[firefox] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account
14 skipped
67 passed (7.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
21.5 MB |
|
test-results
|
20.5 MB |
|