Bump the ui group in /frontend-react with 2 updates #4570
frontend_ci.yml
on: pull_request
Pre Job
6s
Matrix: E2E tests
Run Pa11y 508 Compliance Check
2m 5s
Unit tests
2m 7s
Chromatic Analysis
0s
E2E Tests Result
0s
Merge E2E Data
1m 28s
Annotations
3 errors, 23 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/submissions-details-page.spec.ts:108:9 › Submissions Details page › sender user - happy path › breadcrumb navigates to Submission History page:
frontend-react/e2e/pages/authenticated/submission-history.ts#L112
2) [firefox] › spec/all/authenticated/submissions-details-page.spec.ts:108:9 › Submissions Details page › sender user - happy path › breadcrumb navigates to Submission History page
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://localhost:4173/submissions"
Received string: "http://localhost:4173/submissions/73e3cbc8-9920-4ab7-871f-843a1db4c074"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
8 × locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:4173/submissions/73e3cbc8-9920-4ab7-871f-843a1db4c074"
at pages/authenticated/submission-history.ts:112
110 | await breadcrumbLinks.nth(index).getByRole("link", { name: linkName }).click();
111 | await expect(page.locator("h1")).toBeAttached();
> 112 | await expect(page).toHaveURL(expectedUrl);
| ^
113 | }
114 |
at Module.breadcrumbLink (/home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/pages/authenticated/submission-history.ts:112:24)
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/submissions-details-page.spec.ts:109:13
|
[webkit] › spec/all/authenticated/daily-data-page.spec.ts:868:17 › Daily Data page › receiver user › filter › with receiver selected › with 'From' date:
frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts#L875
3) [webkit] › spec/all/authenticated/daily-data-page.spec.ts:868:17 › Daily Data page › receiver user › filter › with receiver selected › with 'From' date, 'To' date, 'Start time' before 'End time'
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute()
Locator: getByRole('button', { name: 'Apply' })
Expected: have attribute
Received: not have attribute
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for getByRole('button', { name: 'Apply' })
8 × locator resolved to <button type="submit" data-testid="button" class="usa-button margin-right-205">Apply</button>
- unexpected value "false"
873 |
874 | // Apply button is disabled
> 875 | await expect(applyButton(dailyDataPage.page)).toHaveAttribute("disabled");
| ^
876 | });
877 | });
878 |
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts:875:67
|
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
|
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 (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 (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 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.7m
|
Slow Test:
frontend-react/[setup] › helpers/auth.setup.ts#L1
frontend-react/[setup] › helpers/auth.setup.ts took 1.3m
|
🎭 Playwright Run Summary
3 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/submissions-details-page.spec.ts:108:9 › Submissions Details page › sender user - happy path › breadcrumb navigates to Submission History page
[webkit] › spec/all/authenticated/daily-data-page.spec.ts:868:17 › Daily Data page › receiver user › filter › with receiver selected › with 'From' date, 'To' date, 'Start time' before 'End time'
14 skipped
1045 passed (5.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-e2e-data--attempt-1
|
1.29 GB |
|
frontend-e2e-data--shard-1
Expired
|
212 MB |
|
frontend-e2e-data--shard-2
Expired
|
173 MB |
|
frontend-e2e-data--shard-3
Expired
|
293 MB |
|
frontend-e2e-data--shard-4
Expired
|
244 MB |
|
frontend-e2e-data--shard-5
Expired
|
241 MB |
|
frontend-e2e-data--shard-6
Expired
|
182 MB |
|