Skip to content

Revert "Remove _action attribute from form" #1522

Revert "Remove _action attribute from form"

Revert "Remove _action attribute from form" #1522

Triggered via push January 9, 2025 14:13
Status Success
Total duration 18m 39s
Artifacts 2

pipeline.yml

on: push
changes
3s
changes
vulnerability-scan  /  vulnerability-scan
26s
vulnerability-scan / vulnerability-scan
check-and-test-shared  /  check-and-test
check-and-test-shared / check-and-test
Matrix: check-test-build-deploy
Fit to window
Zoom out
Zoom in

Annotations

7 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#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
[chromium] › 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
1) [chromium] › 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: net::ERR_ABORTED at http://localhost:5172/methoden/technische-umsetzbarkeit Call log: - navigating to "http://localhost:5172/methoden/technische-umsetzbarkeit", 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
[chromium] › e2e/general.spec.ts:79:3 › test links › breadcrumb landing link works: packages/dito/tests/e2e/general.spec.ts#L1
2) [chromium] › e2e/general.spec.ts:79:3 › test links › breadcrumb landing link works ──────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/general.spec.ts:79:3 › test links › breadcrumb landing link works: packages/dito/tests/e2e/general.spec.ts#L84
2) [chromium] › e2e/general.spec.ts:79:3 › test links › breadcrumb landing link works ──────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('navigation').getByRole('link', { name: 'Startseite' }) - locator resolved to <a href="/" class="ds-link-01-bold outline-blue-800 fill-blue-800">…</a> - attempting click action - waiting for element to be visible, enabled and stable - element is not stable - retrying click action - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying 82 | .getByLabel("navigation") 83 | .getByRole("link", { name: "Startseite" }) > 84 | .click(); | ^ 85 | await expect(page).toHaveURL(staticRoutes.ROUTE_LANDING.url); 86 | await page.goto(preCheck.questions[0].url); 87 | // using label here as there is a sidebar with the same role at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/general.spec.ts:84:8
[webkit] › e2e/assessment.spec.ts:182:3 › test email positive result with mixed answers › email recipient includes digitalcheck team if interoperability is not negative: packages/dito/tests/e2e/assessment.spec.ts#L142
3) [webkit] › e2e/assessment.spec.ts:182:3 › test email positive result with mixed answers › email recipient includes digitalcheck team if interoperability is not negative 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:182:3 › test email positive result with mixed answers › email recipient includes digitalcheck team if interoperability is not negative: packages/dito/tests/e2e/assessment.spec.ts#L146
3) [webkit] › e2e/assessment.spec.ts:182:3 › test email positive result with mixed answers › email recipient includes digitalcheck team if interoperability is not negative 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
Slow Test: packages/dito/[webkit] › a11y/general.spec.ts#L1
packages/dito/[webkit] › a11y/general.spec.ts took 1.0m
check-test-build-deploy (dito) / build-and-push-image
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) / deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
1 flaky [firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes ────── 5 passed (3.1m)
🎭 Playwright Run Summary
3 flaky [chromium] › 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 [chromium] › e2e/general.spec.ts:79:3 › test links › breadcrumb landing link works ───────────── [webkit] › e2e/assessment.spec.ts:182:3 › test email positive result with mixed answers › email recipient includes digitalcheck team if interoperability is not negative 264 passed (8.8m)

Artifacts

Produced during runtime
Name Size
SBOM-digitalcheck-dito
4.81 KB
digitalcheck-dito-vulnerabilities.json
30.5 KB