Monitor Cron e2e Tests #258
Annotations
6 errors, 5 warnings, and 1 notice
[firefox] › purchase.spec.ts:156:3 › stage - Breach Scan:
src/e2e/specs/purchase.spec.ts#L1
1) [firefox] › 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
Test timeout of 180000ms exceeded.
|
[firefox] › purchase.spec.ts:156:3 › stage - Breach Scan:
src/e2e/pages/purchasePage.ts#L85
1) [firefox] › 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
Error: page.waitForURL: Test timeout of 180000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "https://www.sandbox.paypal.com/signin/?intent=checkout&correlationId=f521197c1adb8&flowId=EC-62460434YR986212E&state=%3Fflow%3D1-P%26sessionID%3Duid_ea3d5744b1_mji6mtk6mdc%26buttonSessionID%3Duid_2ab3718263_mji6mtk6mdc%26stickinessID%3Duid_8e254da49d_mji6mtk6mdc%26smokeHash%3D%26sign_out_user%3Dfalse%26fundingSource%3Dpaypal%26buyerCountry%3DUS%26locale.x%3Den_US%26commit%3Dfalse%26client-metadata-id%3Duid_ea3d5744b1_mji6mtk6mdc%26clientID%3DAZDxjDScFpQtjWTOUtWKbyN_bDt4OgqaF4eYXlewfBP4-8aqX3PiV8e1GWU6liB2CUXlkA59kJXE7M6R%26env%3Dsandbox%26sdkMeta%3DeyJ1cmwiOiJodHRwczovL3d3dy5wYXlwYWwuY29tL3Nkay9qcz9jbGllbnQtaWQ9c2ImdmF1bHQ9dHJ1ZSZjb21taXQ9ZmFsc2UmaW50ZW50PWNhcHR1cmUmZGlzYWJsZS1mdW5kaW5nPWNyZWRpdCxjYXJkIiwiYXR0cnMiOnsiZGF0YS1jc3Atbm9uY2UiOiJkYTlhY2NhNC04OWRkLTQzNDktOTQ2Yy0xN2JmODA4ZDNiOWMiLCJkYXRhLXVpZCI6InVpZF9jYWNkaGJ6ZmJuemtrcHJ4emt3ZXdldWtjZmR0amsifX0%26xcomponent%3D1%26version%3D5.0.442%26token%3DEC-62460434YR986212E%26ssrt%3D1717712349070%26rcache%3D1%26cookieBannerVariant%3Dhidden&returnUri=%2Fwebapps%2Fhermes%2F"
============================================================
at ../pages/purchasePage.ts:85
83 | const newPage = await pagePromise;
84 | await newPage.waitForLoadState();
> 85 | await newPage.waitForURL(/.*paypal\.com.*\/checkout.*/);
| ^
86 |
87 | const emailPrompt = newPage.locator("#email");
88 | await expect(emailPrompt).toBeVisible();
at PurchasePage.fillOutPaypalInfo (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/purchasePage.ts:85:19)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:175:5
|
[firefox] › purchase.spec.ts:156:3 › stage - Breach Scan:
src/e2e/specs/purchase.spec.ts#L1
1) [firefox] › 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 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 180000ms exceeded.
|
[firefox] › purchase.spec.ts:156:3 › stage - Breach Scan:
src/e2e/pages/purchasePage.ts#L82
1) [firefox] › 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 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByTitle('PayPal').nth(1)
- locator resolved to <iframe title="PayPal" scrolling="no" allowtransparency=…></iframe>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe title="PayPal" scrolling="no" allowtransparency=…></iframe> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe title="PayPal" scrolling="no" allowtransparency=…></iframe> intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe title="PayPal" scrolling="no" allowtransparency=…></iframe> intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe title="PayPal" scrolling="no" allowtransparency=…></iframe> intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe title="PayPal" scrolling="no" allowtransparency=…></iframe> intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at ../pages/purchasePage.ts:82
80 | //away from mozilla
81 | const pagePromise = context.waitForEvent("page");
> 82 | await this.paypalButton.click();
| ^
83 | const newPage = await pagePromise;
84 | await newPage.waitForLoadState();
85 | await newPage.waitForURL(/.*paypal\.com.*\/checkout.*/);
at PurchasePage.fillOutPaypalInfo (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/purchasePage.ts:82:29)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:175:24
|
[firefox] › purchase.spec.ts:156:3 › stage - Breach Scan:
src/e2e/pages/purchasePage.ts#L81
1) [firefox] › 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 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Test timeout of 180000ms exceeded.
at ../pages/purchasePage.ts:81
79 |
80 | //away from mozilla
> 81 | const pagePromise = context.waitForEvent("page");
| ^
82 | await this.paypalButton.click();
83 | const newPage = await pagePromise;
84 | await newPage.waitForLoadState();
at PurchasePage.fillOutPaypalInfo (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/purchasePage.ts:81:33)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:175:24
|
e2e-tests
Process completed with exit code 1.
|
Slow Test:
[chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 6.7m
|
Slow Test:
[firefox] › landing.spec.ts#L1
[firefox] › landing.spec.ts took 57.7s
|
Slow Test:
[chromium] › landing.spec.ts#L1
[chromium] › landing.spec.ts took 55.4s
|
Slow Test:
[firefox] › auth.spec.ts#L1
[firefox] › auth.spec.ts took 17.3s
|
Slow Test:
[chromium] › auth.spec.ts#L1
[chromium] › auth.spec.ts took 16.1s
|
🎭 Playwright Run Summary
1 failed
[firefox] › 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
4 skipped
79 passed (27.0m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
playwright-report
Expired
|
12.2 MB |
sha256:96cdbdeb1466da2edd0a2f7adec195a92c56b4d48b7523b3ed2e60cfa8c535d5
|
|
test-results
Expired
|
11.3 MB |
sha256:935c130633706be7a2bb609c7b6a3d41d998761c10e7ccb5ee6dbcabb5ad7945
|
|