Remove _action attribute from form #1523
pipeline.yml
on: push
Annotations
9 errors, 8 warnings, and 2 notices
[firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes:
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.
|
[firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes:
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 ─────
Error: Protocol error (Browser.removeBrowserContext): this._windows[aWindow.__SSi] is undefined
|
[firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes:
packages/dito/tests/a11y/general.spec.ts#L26
1) [firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes ─────
Error: browserContext.newPage: Test timeout of 60000ms exceeded.
Please check out https://github.com/dequelabs/axe-core-npm/blob/develop/packages/playwright/error-handling.md
24 | }
25 |
> 26 | const accessibilityScanResults = await new AxeBuilder({ page }).analyze();
| ^
27 | console.log("Checking A11Y on route:", route.url);
28 | expect(accessibilityScanResults.violations).toEqual([]);
29 | }
at AxeBuilder.analyze (/home/runner/work/digitalcheck-apps/digitalcheck-apps/node_modules/@axe-core/playwright/dist/index.mjs:218:13)
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/a11y/general.spec.ts:26:40
|
[firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes:
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 ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
check-test-build-deploy (dito) / check-and-test-shared / check-and-test
Process completed with exit code 1.
|
[chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen:
packages/dito/tests/e2e/examplePages.spec.ts#L43
1) [chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://localhost:5172/beispiele/prinzipien/wiederverwendung-von-daten-und-standards-ermoeglichen"
Received string: "http://localhost:5172/beispiele/prinzipien/digitale-kommunikation-sicherstellen"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- waiting for" http://localhost:5172/beispiele/prinzipien/digitale-kommunikation-sicherstellen" navigation to finish...
- navigated to "http://localhost:5172/beispiele/prinzipien/digitale-kommunikation-sicherstellen"
6 × locator resolved to <html lang="de">…</html>
- unexpected value "http://localhost:5172/beispiele/prinzipien/digitale-kommunikation-sicherstellen"
41 |
42 | await nextPrincipleLink.click();
> 43 | await expect(page).toHaveURL(
| ^
44 | `${ROUTE_PRINCIPLES.url}/${principles[nextPrincipleIndex]}`,
45 | );
46 | }
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/examplePages.spec.ts:43:28
|
[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:
packages/dito/tests/e2e/general.spec.ts#L28
2) [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/visualisierungen", 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
|
[webkit] › e2e/assessment.spec.ts:157:3 › test email positive result with mixed answers › creates email with correct subject:
packages/dito/tests/e2e/assessment.spec.ts#L142
3) [webkit] › e2e/assessment.spec.ts:157:3 › test email positive result with mixed answers › creates email with correct subject
Test timeout of 30000ms exceeded while running "beforeEach" hook.
140 |
141 | test.describe("test email positive result with mixed answers", () => {
> 142 | test.beforeEach("Go to assessment page", async ({ page }) => {
| ^
143 | await page.goto(preCheck.questions[0].url);
144 | await page.getByLabel("Nein").click();
145 | await page.getByRole("button", { name: "Übernehmen" }).click();
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/assessment.spec.ts:142:8
|
[webkit] › e2e/assessment.spec.ts:157:3 › test email positive result with mixed answers › creates email with correct subject:
packages/dito/tests/e2e/assessment.spec.ts#L146
3) [webkit] › e2e/assessment.spec.ts:157:3 › test email positive result with mixed answers › creates email with correct subject
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load"
============================================================
144 | await page.getByLabel("Nein").click();
145 | await page.getByRole("button", { name: "Übernehmen" }).click();
> 146 | await page.waitForURL(preCheck.questions[1].url);
| ^
147 | await page.getByLabel("Ich bin unsicher").click();
148 | await page.getByRole("button", { name: "Übernehmen" }).click();
149 | for (let i = 2; i < preCheck.questions.length; i++) {
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/assessment.spec.ts:146:16
|
changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vulnerability-scan / vulnerability-scan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-test-build-deploy (dito) / check-and-test-shared / check-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-test-build-deploy (dito) / check-and-test-shared / check-and-test:
packages/dito/app/components/ParagraphList.tsx#L38
Unsafe member access .children on an `any` value
|
check-test-build-deploy (dito) / check-and-test-shared / check-and-test:
packages/dito/app/components/ParagraphList.tsx#L38
Unsafe member access .children on an `any` value
|
Slow Test:
packages/dito/[webkit] › a11y/general.spec.ts#L1
packages/dito/[webkit] › a11y/general.spec.ts took 1.0m
|
Slow Test:
packages/dito/[firefox] › e2e/methodPages.spec.ts#L1
packages/dito/[firefox] › e2e/methodPages.spec.ts took 46.2s
|
check-test-build-deploy (dito) / check-and-test-shared / check-and-test
No files were found with the provided path: packages/*/tests/a11y/playwright-report. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes ──────
5 passed (3.3m)
|
🎭 Playwright Run Summary
3 flaky
[chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen
[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
[webkit] › e2e/assessment.spec.ts:157:3 › test email positive result with mixed answers › creates email with correct subject
264 passed (8.7m)
|