Devsecops/matts/workflow fixes #4721
Annotations
1 error, 1 warning, and 1 notice
Merge reports:
frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts#L124
1) [webkit] › e2e/spec/all/authenticated/daily-data-page.spec.ts:123:13 › 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"]')
122 |
123 | test("table has pagination", async ({ dailyDataPage }) => {
> 124 | await expect(dailyDataPage.page.locator('[aria-label="Pagination"]')).toBeAttached();
| ^
125 | });
126 |
127 | test("has footer", async ({ dailyDataPage }) => {
at /home/runner/work/prime-reportstream/prime-reportstream/frontend-react/e2e/spec/all/authenticated/daily-data-page.spec.ts:124:87
|
Merge reports:
frontend-react/[setup] › e2e/helpers/auth.setup.ts#L1
frontend-react/[setup] › e2e/helpers/auth.setup.ts took 1.3m
|
Merge reports
1 flaky
[webkit] › e2e/spec/all/authenticated/daily-data-page.spec.ts:123:13 › Daily Data page › admin user › with org selected › table has pagination
14 skipped
1047 passed (6.1m)
|
Loading