Import translations from l10n repository (2024-12-27) #1683
e2e_pr_full.yml
on: pull_request
e2e-tests-full
6m 52s
Annotations
2 errors, 4 warnings, and 1 notice
[chromium] › landing/landing-content.spec.ts:221:3 › local - Verify the Landing Page content › Verify manual/automatic removal "more info" tips from "Choose your level of protection" section:
src/e2e/specs/landing/landing-content.spec.ts#L231
1) [chromium] › landing/landing-content.spec.ts:221:3 › local - Verify the Landing Page content › Verify manual/automatic removal "more info" tips from "Choose your level of protection" section
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByText('We’ll let you know which data brokers are selling your info so you can contact them to request removal.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByText('We’ll let you know which data brokers are selling your info so you can contact them to request removal.')
229 | await expect(landingPage.freeMonitoringTooltipTrigger).toBeVisible();
230 | await landingPage.freeMonitoringTooltipTrigger.click({ force: true });
> 231 | await expect(landingPage.freeMonitoringTooltipText).toBeVisible();
| ^
232 | await landingPage.closeTooltips.click({ force: true });
233 | await landingPage.monitorPlusTooltipTrigger.click({ force: true });
234 | await expect(landingPage.monitorPlusTooltipText).toBeVisible();
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts:231:57
|
[firefox] › auth.spec.ts:12:3 › local - Authentication flow verification @smoke › Verify sign up with new user:
src/e2e/utils/helpers.ts#L81
2) [firefox] › auth.spec.ts:12:3 › local - Authentication flow verification @smoke › Verify sign up with new user
Error: Unable to retrieve restmail data
at ../utils/helpers.ts:81
79 | ): Promise<string | undefined> => {
80 | if (attempts === 0) {
> 81 | throw new Error("Unable to retrieve restmail data");
| ^
82 | }
83 |
84 | try {
at getVerificationCode (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:81:11)
at getVerificationCode (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:102:12)
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:70:30)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:28:5
|
e2e-tests-full
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 43.1s
|
Slow Test:
[chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 37.3s
|
Slow Test:
[firefox] › dashboard/dashboard-payment.spec.ts#L1
[firefox] › dashboard/dashboard-payment.spec.ts took 17.2s
|
🎭 Playwright Run Summary
2 flaky
[chromium] › landing/landing-content.spec.ts:221:3 › local - Verify the Landing Page content › Verify manual/automatic removal "more info" tips from "Choose your level of protection" section
[firefox] › auth.spec.ts:12:3 › local - Authentication flow verification @smoke › Verify sign up with new user
14 skipped
70 passed (5.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
4.69 MB |
|
test-results
Expired
|
3.59 MB |
|