Skip to content

Bump jsdom from 25.0.1 to 26.0.0 #1526

Bump jsdom from 25.0.1 to 26.0.0

Bump jsdom from 25.0.1 to 26.0.0 #1526

Re-run triggered January 10, 2025 08:07
Status Success
Total duration 16m 33s
Artifacts 4

pipeline.yml

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

Annotations

10 errors, 14 warnings, and 4 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
[chromium] › e2e/general.spec.ts:67:3 › test links › links in footer work: packages/dito/tests/e2e/general.spec.ts#L1
1) [chromium] › e2e/general.spec.ts:67:3 › test links › links in footer work ───────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/general.spec.ts:67:3 › test links › links in footer work: packages/dito/tests/e2e/general.spec.ts#L75
1) [chromium] › e2e/general.spec.ts:67:3 › test links › links in footer work ───────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'Impressum' }) 73 | await expect(page).toHaveURL(staticRoutes.ROUTE_A11Y.url); 74 | await page.goto(staticRoutes.ROUTE_LANDING.url); > 75 | await page.getByRole("link", { name: "Impressum" }).click(); | ^ 76 | await expect(page).toHaveURL(staticRoutes.ROUTE_IMPRINT.url); 77 | }); 78 | at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/general.spec.ts:75:57
[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/prinzipien/klare-regelungen-fuer-eine-digitale-ausfuehrung-finden", 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:251:3 › test email negative result › email contains negative reasoning: packages/dito/tests/e2e/assessment.spec.ts#L241
3) [webkit] › e2e/assessment.spec.ts:251:3 › test email negative result › email contains negative reasoning Test timeout of 30000ms exceeded while running "beforeEach" hook. 239 | 240 | test.describe("test email negative result", () => { > 241 | test.beforeEach("Go to assessment page", async ({ page }) => { | ^ 242 | await page.goto(preCheck.questions[0].url); 243 | for (let i = 0; i < preCheck.questions.length; i++) { 244 | await page.waitForURL(preCheck.questions[i].url); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/assessment.spec.ts:241:8
[webkit] › e2e/assessment.spec.ts:251:3 › test email negative result › email contains negative reasoning: packages/dito/tests/e2e/assessment.spec.ts#L244
3) [webkit] › e2e/assessment.spec.ts:251:3 › test email negative result › email contains negative reasoning Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/vorpruefung/kommunikation" until "load" ============================================================ 242 | await page.goto(preCheck.questions[0].url); 243 | for (let i = 0; i < preCheck.questions.length; i++) { > 244 | await page.waitForURL(preCheck.questions[i].url); | ^ 245 | await page.getByLabel("Nein").click(); 246 | await page.getByRole("button", { name: "Übernehmen" }).click(); 247 | } at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/assessment.spec.ts:244:18
[webkit] › e2e/resultPage.spec.ts:192:3 › test result page reasoning › checking mix of unsure and negative answers leads to unsure result: packages/dito/tests/e2e/resultPage.spec.ts#L1
4) [webkit] › e2e/resultPage.spec.ts:192:3 › test result page reasoning › checking mix of unsure and negative answers leads to unsure result Test timeout of 30000ms exceeded.
[webkit] › e2e/resultPage.spec.ts:192:3 › test result page reasoning › checking mix of unsure and negative answers leads to unsure result: packages/dito/tests/e2e/resultPage.spec.ts#L198
4) [webkit] › e2e/resultPage.spec.ts:192:3 › test result page reasoning › checking mix of unsure and negative answers leads to unsure result Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load" ============================================================ 196 | await page.getByRole("button", { name: "Übernehmen" }).click(); 197 | for (let i = 1; i < preCheck.questions.length; i++) { > 198 | await page.waitForURL(preCheck.questions[i].url); | ^ 199 | await page.getByLabel("Nein").click(); 200 | await page.getByRole("button", { name: "Übernehmen" }).click(); 201 | } at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultPage.spec.ts:198:18
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-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-and-test-shared / check-and-test: packages/shared/components/Button.tsx#L25
Unsafe member access .className on an `any` value
check-and-test-shared / check-and-test: packages/shared/components/Button.tsx#L25
Unsafe member access .className on an `any` value
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
Slow Test: packages/dito/[firefox] › e2e/methodPages.spec.ts#L1
packages/dito/[firefox] › e2e/methodPages.spec.ts took 46.3s
Slow Test: packages/dito/[webkit] › e2e/examplePages.spec.ts#L1
packages/dito/[webkit] › e2e/examplePages.spec.ts took 39.4s
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 (tool-finder) / 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 (tool-finder) / 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
🎭 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
4 flaky [chromium] › e2e/general.spec.ts:67:3 › test links › links in footer work ────────────────────── [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:251:3 › test email negative result › email contains negative reasoning [webkit] › e2e/resultPage.spec.ts:192:3 › test result page reasoning › checking mix of unsure and negative answers leads to unsure result 263 passed (9.4m)
🎭 Playwright Run Summary
60 passed (51.3s)
🎭 Playwright Run Summary
3 passed (24.6s)

Artifacts

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