Production #3636
frontend_ci.yml
on: pull_request
Pre Job
11s
Matrix: E2E tests
Run Pa11y 508 Compliance Check
2m 6s
Unit tests
2m 16s
Chromatic Analysis
1m 49s
E2E Tests Result
0s
Merge E2E Data
1m 27s
Annotations
2 errors, 12 warnings, and 1 notice
[firefox] › spec/all/authenticated/admin/organization-settings-edit-page.spec.ts:229:17 › Organization Edit Page › admin user › when there is no error › 'Organization Receiver Settings' section › can edit an organization receiver:
frontend-react/e2e/spec/all/authenticated/admin/organization-settings-edit-page.spec.ts#L262
1) [firefox] › spec/all/authenticated/admin/organization-settings-edit-page.spec.ts:229:17 › Organization Edit Page › admin user › when there is no error › 'Organization Receiver Settings' section › can edit an organization receiver
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByTestId('modalWindow').first()
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByTestId('modalWindow').first()
- locator resolved to <div tabindex="-1" data-testid="modalWindow" data-force-action="false" class="usa-modal usa-modal--lg rs-compare-modal">…</div>
- unexpected value "visible"
- locator resolved to <div tabindex="-1" data-testid="modalWindow" data-force-action="false" class="usa-modal usa-modal--lg rs-compare-modal">…</div>
- unexpected value "visible"
- locator resolved to <div tabindex="-1" data-testid="modalWindow" data-force-action="false" class="usa-modal usa-modal--lg rs-compare-modal">…</div>
- unexpected value "visible"
- locator resolved to <div tabindex="-1" data-testid="modalWindow" data-force-action="false" class="usa-modal usa-modal--lg rs-compare-modal">…</div>
- unexpected value "visible"
- locator resolved to <div tabindex="-1" data-testid="modalWindow" data-force-action="false" class="usa-modal usa-modal--lg rs-compare-modal">…</div>
- unexpected value "visible"
- locator resolved to <div tabindex="-1" data-testid="modalWindow" data-force-action="false" class="usa-modal usa-modal--lg rs-compare-modal">…</div>
- unexpected value "visible"
- locator resolved to <div tabindex="-1" data-testid="modalWindow" data-force-action="false" class="usa-modal usa-modal--lg rs-compare-modal">…</div>
- unexpected value "visible"
- locator resolved to <div tabindex="-1" data-testid="modalWindow" data-force-action="false" class="usa-modal usa-modal--lg rs-compare-modal">…</div>
- unexpected value "visible"
- locator resolved to <div tabindex="-1" data-testid="modalWindow" data-force-action="false" class="usa-modal usa-modal--lg rs-compare-modal">…</div>
- unexpected value "visible"
260 |
261 | await organizationEditPage.orgReceiverEdit.editJsonModal.save.click();
> 262 | await expect(modal).toBeHidden();
| ^
263 |
264 | const orgReceiverLocator = firstOrgReceiver.replace("-", "_");
265 |
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/admin/organization-settings-edit-page.spec.ts:262:41
|
[webkit] › spec/all/authenticated/daily-data-page.spec.ts:637:9 › Daily Data page › receiver user › table has correct headers:
frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts#L638
2) [webkit] › spec/all/authenticated/daily-data-page.spec.ts:637:9 › Daily Data page › receiver user › table has correct headers
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.usa-table th').first()
Expected pattern: /Report ID/
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.usa-table th').first()
636 |
637 | test("table has correct headers", async ({ dailyDataPage }) => {
> 638 | await expect(dailyDataPage.page.locator(".usa-table th").nth(0)).toHaveText(/Report ID/);
| ^
639 | await expect(dailyDataPage.page.locator(".usa-table th").nth(1)).toHaveText(/Time received/);
640 | await expect(dailyDataPage.page.locator(".usa-table th").nth(2)).toHaveText(/File available until/);
641 | await expect(dailyDataPage.page.locator(".usa-table th").nth(3)).toHaveText(/Items/);
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts:638:78
|
Lint:
frontend-react/e2e/spec/all/authenticated/admin/receiver-status-page.spec.ts#L148
Maximum describe call depth exceeded (6). Maximum allowed is 5
|
Lint:
frontend-react/e2e/spec/all/authenticated/admin/receiver-status-page.spec.ts#L262
Maximum describe call depth exceeded (6). Maximum allowed is 5
|
Lint:
frontend-react/e2e/spec/all/public/about/about-page.spec.ts#L148
Avoid calling `expect` conditionally`
|
Lint:
frontend-react/e2e/spec/all/public/developer-resources/api/documentation/sample-payloads-and-output.spec.ts#L39
Unexpected use of the `.skip()` annotation
|
Lint:
frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts#L177
Unexpected use of the `.skip()` annotation
|
Lint:
frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts#L298
Unexpected use of the `.skip()` annotation
|
Lint:
frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts#L380
Unexpected use of the `.skip()` annotation
|
Lint:
frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts#L407
Unexpected use of the `.skip()` annotation
|
Lint:
frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts#L418
Unexpected use of the `.skip()` annotation
|
Lint:
frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts#L430
Avoid calling `expect` conditionally`
|
Slow Test:
frontend-react/[chromium] › spec/chromium-only/public-pages-link-check.spec.ts#L1
frontend-react/[chromium] › spec/chromium-only/public-pages-link-check.spec.ts took 1.8m
|
Slow Test:
frontend-react/[setup] › helpers/auth.setup.ts#L1
frontend-react/[setup] › helpers/auth.setup.ts took 1.3m
|
🎭 Playwright Run Summary
2 flaky
[firefox] › spec/all/authenticated/admin/organization-settings-edit-page.spec.ts:229:17 › Organization Edit Page › admin user › when there is no error › 'Organization Receiver Settings' section › can edit an organization receiver
[webkit] › spec/all/authenticated/daily-data-page.spec.ts:637:9 › Daily Data page › receiver user › table has correct headers
18 skipped
1045 passed (6.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-e2e-data--attempt-1
|
1.29 GB |
|
frontend-e2e-data--shard-1
|
222 MB |
|
frontend-e2e-data--shard-2
|
174 MB |
|
frontend-e2e-data--shard-3
|
296 MB |
|
frontend-e2e-data--shard-4
|
241 MB |
|
frontend-e2e-data--shard-5
|
236 MB |
|
frontend-e2e-data--shard-6
|
177 MB |
|