Production #4008
frontend_ci.yml
on: pull_request
Pre Job
14s
Matrix: E2E tests
Run Pa11y 508 Compliance Check
2m 8s
Unit tests
2m 17s
Chromatic Analysis
1m 39s
E2E Tests Result
0s
Merge E2E Data
1m 32s
Annotations
5 errors, 24 warnings, and 1 notice
[firefox] › spec/all/authenticated/admin/organization-settings-edit-page.spec.ts:153:17 › Organization Edit Page › admin user › when there is no error › 'Organization Sender Settings' section › can edit an organization sender:
frontend-react/e2e/spec/all/authenticated/admin/organization-settings-edit-page.spec.ts#L182
1) [firefox] › spec/all/authenticated/admin/organization-settings-edit-page.spec.ts:153:17 › Organization Edit Page › admin user › when there is no error › 'Organization Sender Settings' section › can edit an organization sender
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()
9 × 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"
180 |
181 | await organizationEditPage.orgSenderEdit.editJsonModal.save.click();
> 182 | await expect(modal).toBeHidden();
| ^
183 |
184 | const orgSenderLocator = firstOrgSender.replace("-", "_");
185 |
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/admin/organization-settings-edit-page.spec.ts:182:41
|
[firefox] › spec/all/authenticated/daily-data-page.spec.ts:143:21 › Daily Data page › admin user › with org selected › filter › onLoad › 'To' date does not have a value:
frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts#L144
2) [firefox] › spec/all/authenticated/daily-data-page.spec.ts:143:21 › Daily Data page › admin user › with org selected › filter › onLoad › 'To' date does not have a value
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('#end-date')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('#end-date')
142 |
143 | test("'To' date does not have a value", async ({ dailyDataPage }) => {
> 144 | await expect(endDate(dailyDataPage.page)).toBeAttached();
| ^
145 | await expect(endDate(dailyDataPage.page)).toHaveValue("");
146 | });
147 |
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts:144:67
|
[webkit] › spec/all/authenticated/admin/last-mile-failures-page.spec.ts:84:9 › Last Mile Failure page › admin user - server error › has alert:
frontend-react/e2e/pages/BasePage.ts#L119
3) [webkit] › spec/all/authenticated/admin/last-mile-failures-page.spec.ts:84:9 › Last Mile Failure page › admin user - server error › has alert
Error: page.reload: WebKit encountered an internal error
Call log:
- waiting for navigation until "load"
at pages/BasePage.ts:119
117 | await this.route();
118 |
> 119 | return await this.handlePageLoad(this.page.reload());
| ^
120 | }
121 |
122 | async goto(opts?: GotoOptions) {
at LastMileFailuresPage.reload (/home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/pages/BasePage.ts:119:52)
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/admin/last-mile-failures-page.spec.ts:86:13
|
[webkit] › spec/all/authenticated/submission-history-page.spec.ts:177:13 › Submission history page › sender user › table › table column 'Records' has expected data:
frontend-react/e2e/spec/all/authenticated/submission-history-page.spec.ts#L1
4) [webkit] › spec/all/authenticated/submission-history-page.spec.ts:177:13 › Submission history page › sender user › table › table column 'Records' has expected data
Test timeout of 180000ms exceeded.
|
[webkit] › spec/all/authenticated/submission-history-page.spec.ts:177:13 › Submission history page › sender user › table › table column 'Records' has expected data:
frontend-react/e2e/helpers/utils.ts#L65
4) [webkit] › spec/all/authenticated/submission-history-page.spec.ts:177:13 › Submission history page › sender user › table › table column 'Records' has expected data
Error: locator.innerText: Test timeout of 180000ms exceeded.
Call log:
- waiting for locator('.usa-table tbody').locator('tr').first().locator('td').nth(3)
at helpers/utils.ts:65
63 |
64 | export function tableDataCellValue(page: Page, row: number, column: number) {
> 65 | return tableRows(page).nth(row).locator("td").nth(column).innerText();
| ^
66 | }
67 |
68 | /**
at tableDataCellValue (/home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/helpers/utils.ts:65:63)
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/submission-history-page.spec.ts:178:30
|
Pre Job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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`
|
Chromatic Analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E tests (1, 6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E tests (2, 6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E tests (5, 6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E tests (4, 6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E tests (3, 6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E tests (6, 6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E Tests Result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Merge E2E Data
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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.2m
|
🎭 Playwright Run Summary
4 flaky
[firefox] › spec/all/authenticated/admin/organization-settings-edit-page.spec.ts:153:17 › Organization Edit Page › admin user › when there is no error › 'Organization Sender Settings' section › can edit an organization sender
[firefox] › spec/all/authenticated/daily-data-page.spec.ts:143:21 › Daily Data page › admin user › with org selected › filter › onLoad › 'To' date does not have a value
[webkit] › spec/all/authenticated/admin/last-mile-failures-page.spec.ts:84:9 › Last Mile Failure page › admin user - server error › has alert
[webkit] › spec/all/authenticated/submission-history-page.spec.ts:177:13 › Submission history page › sender user › table › table column 'Records' has expected data
14 skipped
1047 passed (6.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-e2e-data--attempt-1
Expired
|
1.34 GB |
|
frontend-e2e-data--shard-1
Expired
|
214 MB |
|
frontend-e2e-data--shard-2
Expired
|
174 MB |
|
frontend-e2e-data--shard-3
Expired
|
331 MB |
|
frontend-e2e-data--shard-4
Expired
|
240 MB |
|
frontend-e2e-data--shard-5
Expired
|
248 MB |
|
frontend-e2e-data--shard-6
Expired
|
191 MB |
|