Monitor Cron e2e Tests #347
Annotations
10 errors, 3 warnings, and 1 notice
|
|
src/e2e/specs/purchase.spec.ts#L9
1) [chromium] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Test timeout of 180000ms exceeded while running "beforeEach" hook.
7 |
8 | test.describe(`${process.env.E2E_TEST_ENV} - Breach Scan, Monitor Plus Purchase Flow`, () => {
> 9 | test.beforeEach(async ({ page, authPage, landingPage, welcomePage }) => {
| ^
10 | test.info().annotations.push({
11 | type: "testrail id",
12 | description:
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:9:8
|
src/e2e/pages/welcomeScanPage.ts#L86
1) [chromium] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Error: locator.click: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByText('AtlantaGA, USA', { exact: true })
at ../pages/welcomeScanPage.ts:86
84 | await this.lastNameInputField.fill("Ackerman");
85 | await this.cityStateInputField.pressSequentially("Atlanta, GA, USA");
> 86 | await this.page.getByText("AtlantaGA, USA", { exact: true }).click();
| ^
87 | await this.dobInputField.fill("2002-01-01");
88 | await this.findExposuresButton.click();
89 |
at WelcomePage.goThroughFirstScan (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/welcomeScanPage.ts:86:66)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:38:5
|
src/e2e/specs/purchase.spec.ts#L1
1) [chromium] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 180000ms exceeded.
|
src/e2e/specs/purchase.spec.ts#L83
1) [chromium] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Automatic data removal: On' }) to be visible
81 |
82 | // confirm successful payment
> 83 | await dashboardPage.plusSubscription.waitFor();
| ^
84 | await expect(dashboardPage.plusSubscription).toBeVisible();
85 | });
86 |
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:83:42
|
src/e2e/specs/purchase.spec.ts#L149
2) [chromium] › purchase.spec.ts:87:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Automatic data removal: On' })
147 |
148 | // confirm successful payment
> 149 | await dashboardPage.plusSubscription.waitFor({
| ^
150 | state: "attached",
151 | timeout: 5000,
152 | });
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:149:42
|
src/e2e/specs/purchase.spec.ts#L149
2) [chromium] › purchase.spec.ts:87:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Automatic data removal: On' })
147 |
148 | // confirm successful payment
> 149 | await dashboardPage.plusSubscription.waitFor({
| ^
150 | state: "attached",
151 | timeout: 5000,
152 | });
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:149:42
|
src/e2e/pages/purchasePage.ts#L168
3) [chromium] › purchase.spec.ts:156:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - yearly
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Automatic data removal: On' })
at ../pages/purchasePage.ts:168
166 | await this.goToNextStep.click();
167 | // confirm successful payment
> 168 | await dashboardPage.plusSubscription.waitFor({
| ^
169 | state: "attached",
170 | timeout: 10000,
171 | });
at PurchasePage.postPaymentPageCheck (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/purchasePage.ts:168:42)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:176:5
|
src/e2e/pages/purchasePage.ts#L168
3) [chromium] › purchase.spec.ts:156:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - yearly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Automatic data removal: On' })
at ../pages/purchasePage.ts:168
166 | await this.goToNextStep.click();
167 | // confirm successful payment
> 168 | await dashboardPage.plusSubscription.waitFor({
| ^
169 | state: "attached",
170 | timeout: 10000,
171 | });
at PurchasePage.postPaymentPageCheck (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/purchasePage.ts:168:42)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:176:5
|
[chromium] › landing.spec.ts#L1
[chromium] › landing.spec.ts took 58.7s
|
[firefox] › auth.spec.ts#L1
[firefox] › auth.spec.ts took 19.9s
|
[chromium] › auth.spec.ts#L1
[chromium] › auth.spec.ts took 16.8s
|
4 failed
[chromium] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
[chromium] › purchase.spec.ts:87:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly
[chromium] › purchase.spec.ts:156:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - yearly
[chromium] › purchase.spec.ts:179:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - monthly
1 flaky
[chromium] › dashboard.spec.ts:406:3 › stage - Breaches Dashboard - Breaches Scan, Continuous Protection, Data Profile Actions › Verify that the Premium upsell modal is displayed correctly - Continuous Protection, verify that the user can mark Data broker profiles as fixed
6 skipped
28 did not run
47 passed (30.0m)
|
This job failed
Loading