Bump the analytics group in /frontend-react with 2 updates #3655
frontend_ci.yml
on: pull_request
Pre Job
7s
Matrix: E2E tests
Run Pa11y 508 Compliance Check
2m 10s
Unit tests
2m 9s
Chromatic Analysis
0s
E2E Tests Result
0s
Merge E2E Data
1m 24s
Annotations
3 errors, 11 warnings, and 1 notice
[chromium] › spec/all/authenticated/daily-data-page.spec.ts:661:17 › Daily Data page › receiver user › filter › onLoad › 'From' date does not have a value:
frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts#L662
1) [chromium] › spec/all/authenticated/daily-data-page.spec.ts:661:17 › Daily Data page › receiver user › filter › onLoad › 'From' date does not have a value
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('#start-date')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('#start-date')
660 |
661 | test("'From' date does not have a value", async ({ dailyDataPage }) => {
> 662 | await expect(startDate(dailyDataPage.page)).toBeAttached();
| ^
663 | await expect(startDate(dailyDataPage.page)).toHaveValue("");
664 | });
665 |
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts:662:65
|
[firefox] › spec/all/authenticated/daily-data-page.spec.ts:614:17 › Daily Data page › admin user › with org selected › table › has pagination:
frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts#L615
2) [firefox] › spec/all/authenticated/daily-data-page.spec.ts:614:17 › Daily Data page › admin user › with org selected › table › has pagination
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('[aria-label="Pagination"]')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('[aria-label="Pagination"]')
613 |
614 | test("has pagination", async ({ dailyDataPage }) => {
> 615 | await expect(dailyDataPage.page.locator('[aria-label="Pagination"]')).toBeAttached();
| ^
616 | });
617 | });
618 | });
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts:615:91
|
[webkit] › spec/all/authenticated/daily-data-page.spec.ts:849:17 › Daily Data page › receiver user › filter › with receiver selected › with 'From' date:
frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts#L865
3) [webkit] › spec/all/authenticated/daily-data-page.spec.ts:849:17 › Daily Data page › receiver user › filter › with receiver selected › with 'From' date, 'To' date, 'Start time', 'End time'
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByTestId('filter-status')
Expected string: " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:00pm"
Received string: " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:59pm"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByTestId('filter-status')
- locator resolved to <div class="margin-left-2" data-testid="filter-status">…</div>
- unexpected value " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:59pm"
- locator resolved to <div class="margin-left-2" data-testid="filter-status">…</div>
- unexpected value " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:59pm"
- locator resolved to <div class="margin-left-2" data-testid="filter-status">…</div>
- unexpected value " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:59pm"
- locator resolved to <div class="margin-left-2" data-testid="filter-status">…</div>
- unexpected value " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:59pm"
- locator resolved to <div class="margin-left-2" data-testid="filter-status">…</div>
- unexpected value " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:59pm"
- locator resolved to <div class="margin-left-2" data-testid="filter-status">…</div>
- unexpected value " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:59pm"
- locator resolved to <div class="margin-left-2" data-testid="filter-status">…</div>
- unexpected value " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:59pm"
- locator resolved to <div class="margin-left-2" data-testid="filter-status">…</div>
- unexpected value " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:59pm"
- locator resolved to <div class="margin-left-2" data-testid="filter-status">…</div>
- unexpected value " Showing all data for: elr, 11/03/2024–11/17/2024, 9:00am–11:59pm"
863 | `${defaultStartTime}–${defaultEndTime}`,
864 | ]);
> 865 | await expect(dailyDataPage.page.getByTestId("filter-status")).toContainText(filterStatusText);
| ^
866 | });
867 |
868 | test("with 'From' date, 'To' date, 'Start time' before 'End time'", async ({ dailyDataPage }) => {
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts:865:83
|
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/[setup] › helpers/auth.setup.ts#L1
frontend-react/[setup] › helpers/auth.setup.ts took 1.6m
|
🎭 Playwright Run Summary
3 flaky
[chromium] › spec/all/authenticated/daily-data-page.spec.ts:661:17 › Daily Data page › receiver user › filter › onLoad › 'From' date does not have a value
[firefox] › spec/all/authenticated/daily-data-page.spec.ts:614:17 › Daily Data page › admin user › with org selected › table › has pagination
[webkit] › spec/all/authenticated/daily-data-page.spec.ts:849:17 › Daily Data page › receiver user › filter › with receiver selected › with 'From' date, 'To' date, 'Start time', 'End time'
18 skipped
1044 passed (6.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-e2e-data--attempt-1
Expired
|
1.28 GB |
|
frontend-e2e-data--shard-1
Expired
|
225 MB |
|
frontend-e2e-data--shard-2
Expired
|
174 MB |
|
frontend-e2e-data--shard-3
Expired
|
278 MB |
|
frontend-e2e-data--shard-4
Expired
|
241 MB |
|
frontend-e2e-data--shard-5
Expired
|
236 MB |
|
frontend-e2e-data--shard-6
Expired
|
178 MB |
|