reset pagination upon filtering #3871
frontend_ci.yml
on: pull_request
Pre Job
6s
Matrix: E2E tests
Run Pa11y 508 Compliance Check
2m 9s
Unit tests
2m 2s
Chromatic Analysis
2m 0s
E2E Tests Result
0s
Merge E2E Data
1m 34s
Annotations
3 errors, 24 warnings, and 1 notice
[chromium] › spec/all/authenticated/daily-data-page.spec.ts:114:13 › Daily Data page › admin user › with org selected › table has correct headers:
frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts#L115
1) [chromium] › spec/all/authenticated/daily-data-page.spec.ts:114:13 › Daily Data page › admin user › with org selected › 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()
113 |
114 | test("table has correct headers", async ({ dailyDataPage }) => {
> 115 | await expect(dailyDataPage.page.locator(".usa-table th").nth(0)).toHaveText(/Report ID/);
| ^
116 | await expect(dailyDataPage.page.locator(".usa-table th").nth(1)).toHaveText(/Time received/);
117 | await expect(dailyDataPage.page.locator(".usa-table th").nth(2)).toHaveText(/File available until/);
118 | 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:115:82
|
[firefox] › spec/all/authenticated/daily-data-page.spec.ts:133:21 › Daily Data page › admin user › with org selected › filter › onLoad › does not have a receiver selected:
frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts#L134
2) [firefox] › spec/all/authenticated/daily-data-page.spec.ts:133:21 › Daily Data page › admin user › with org selected › filter › onLoad › does not have a receiver selected
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('#receiver-dropdown')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('#receiver-dropdown')
132 | test.describe("onLoad", () => {
133 | test("does not have a receiver selected", async ({ dailyDataPage }) => {
> 134 | await expect(receiverDropdown(dailyDataPage.page)).toBeAttached();
| ^
135 | await expect(receiverDropdown(dailyDataPage.page)).toHaveValue("");
136 | });
137 |
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts:134:76
|
Merge E2E Data
Unhandled error: HttpError: Unexpected end of JSON input
|
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`
|
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Chromatic Analysis
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 (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 (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 (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 (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 (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 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.9m
|
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
[chromium] › spec/all/authenticated/daily-data-page.spec.ts:114:13 › Daily Data page › admin user › with org selected › table has correct headers
[firefox] › spec/all/authenticated/daily-data-page.spec.ts:133:21 › Daily Data page › admin user › with org selected › filter › onLoad › does not have a receiver selected
14 skipped
1049 passed (6.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-e2e-data--attempt-1
Expired
|
1.31 GB |
|
frontend-e2e-data--shard-1
Expired
|
217 MB |
|
frontend-e2e-data--shard-2
Expired
|
176 MB |
|
frontend-e2e-data--shard-3
Expired
|
294 MB |
|
frontend-e2e-data--shard-4
Expired
|
238 MB |
|
frontend-e2e-data--shard-5
Expired
|
254 MB |
|
frontend-e2e-data--shard-6
Expired
|
188 MB |
|