Simplify groupedVisualisations #1570
Annotations
3 errors, 5 warnings, and 2 notices
Run A11y tests:
packages/dito/tests/a11y/general.spec.ts#L1
1) [firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes ─────
Test timeout of 60000ms exceeded.
|
Run A11y tests:
packages/dito/tests/a11y/general.spec.ts#L16
1) [firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes ─────
Error: page.goto: Test timeout of 60000ms exceeded.
Call log:
- navigating to "http://localhost:5172/vorpruefung/eu-bezug", waiting until "load"
14 | )) {
15 | // Listen for redirects and update URL if needed
> 16 | const response = await page.goto(route.url);
| ^
17 |
18 | if (
19 | (response !== null && response.status() === 302) ||
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/a11y/general.spec.ts:16:35
|
Run E2E tests:
packages/dito/tests/e2e/general.spec.ts#L28
1) [firefox] › e2e/general.spec.ts:19:3 › test general availability › all routes are reachable and have a breadcrumb menu + title if they aren't landing page or a PDF
Error: page.goto: NS_BINDING_ABORTED
Call log:
- navigating to "http://localhost:5172/beispiele/prinzipien/automatisierung-ermoeglichen", waiting until "networkidle"
26 | continue;
27 | }
> 28 | await page.goto(route.url, { waitUntil: "networkidle" });
| ^
29 | await expect(page.getByTestId("breadcrumbs-menu")).toBeVisible();
30 | await expect(page).toHaveTitle(
31 | /Digitalcheck: Digitaltaugliche Regelungen erarbeiten$/,
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/general.spec.ts:28:18
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Fix lint:
packages/dito/app/components/ParagraphList.tsx#L38
Unsafe member access .children on an `any` value
|
Lint:
packages/dito/app/components/ParagraphList.tsx#L38
Unsafe member access .children on an `any` value
|
Run A11y tests:
packages/dito/[webkit] › a11y/general.spec.ts#L1
packages/dito/[webkit] › a11y/general.spec.ts took 59.5s
|
Run E2E tests:
packages/dito/[firefox] › e2e/methodPages.spec.ts#L1
packages/dito/[firefox] › e2e/methodPages.spec.ts took 46.4s
|
Run A11y tests
1 flaky
[firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes ──────
5 passed (3.1m)
|
Run E2E tests
1 flaky
[firefox] › e2e/general.spec.ts:19:3 › test general availability › all routes are reachable and have a breadcrumb menu + title if they aren't landing page or a PDF
266 passed (8.5m)
|
Loading