Skip to content

Nightly Tests

Nightly Tests #3

Triggered via schedule January 22, 2025 02:24
Status Success
Total duration 20m 33s
Artifacts

nightly-tests.yml

on: schedule
Matrix: check-test-build-deploy
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 24 warnings, and 4 notices
[chromium] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen: packages/dito/tests/e2e/examplePages.spec.ts#L25
1) [chromium] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: getByRole('main') Expected string: "Prinzip 1 in Regelungstexten" Received: <element(s) not found> Call log: - expect.toContainText with timeout 5000ms - waiting for getByRole('main') 23 | 24 | const mainContent = page.getByRole("main"); > 25 | await expect(mainContent).toContainText( | ^ 26 | `Prinzip ${principles.indexOf(principle) + 1} in Regelungstexten`, 27 | ); 28 | }); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/examplePages.spec.ts:25:33
[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#L1
2) [chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen Test timeout of 30000ms exceeded.
[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#L42
2) [chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'Prinzip 2' }) 40 | }); 41 | > 42 | await nextPrincipleLink.click(); | ^ 43 | await expect(page).toHaveURL( 44 | `${ROUTE_PRINCIPLES.url}/${principles[nextPrincipleIndex]}`, 45 | ); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/examplePages.spec.ts:42:33
[webkit] › e2e/resultForm.spec.ts:97:3 › test positive result for digital and interoperability › error is shown if title is too long: packages/dito/tests/e2e/resultForm.spec.ts#L62
3) [webkit] › e2e/resultForm.spec.ts:97:3 › test positive result for digital and interoperability › error is shown if title is too long Test timeout of 30000ms exceeded while running "beforeEach" hook. 60 | 61 | test.describe("test positive result for digital and interoperability", () => { > 62 | test.beforeEach( | ^ 63 | "answer all pre-check questions with yes and go to result page", 64 | async ({ page }) => { 65 | await page.goto(questions[0].url); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:62:8
[webkit] › e2e/resultForm.spec.ts:97:3 › test positive result for digital and interoperability › error is shown if title is too long: packages/dito/tests/e2e/resultForm.spec.ts#L67
3) [webkit] › e2e/resultForm.spec.ts:97:3 › test positive result for digital and interoperability › error is shown if title is too long Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load" ============================================================ 65 | await page.goto(questions[0].url); 66 | for (const question of questions) { > 67 | await page.waitForURL(question.url); | ^ 68 | await page.getByLabel("Ja").click(); 69 | await page.getByRole("button", { name: "Übernehmen" }).click(); 70 | } at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:67:20
[webkit] › e2e/resultForm.spec.ts:352:3 › test negative result for digital and interoperability › error is shown if negative reasoning is too long: packages/dito/tests/e2e/resultForm.spec.ts#L318
4) [webkit] › e2e/resultForm.spec.ts:352:3 › test negative result for digital and interoperability › error is shown if negative reasoning is too long Test timeout of 30000ms exceeded while running "beforeEach" hook. 316 | 317 | test.describe("test negative result for digital and interoperability", () => { > 318 | test.beforeEach( | ^ 319 | "answer all pre-check questions with no and go to result page", 320 | async ({ page }) => { 321 | await page.goto(questions[0].url); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:318:8
[webkit] › e2e/resultForm.spec.ts:352:3 › test negative result for digital and interoperability › error is shown if negative reasoning is too long: packages/dito/tests/e2e/resultForm.spec.ts#L323
4) [webkit] › e2e/resultForm.spec.ts:352:3 › test negative result for digital and interoperability › error is shown if negative reasoning is too long Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load" ============================================================ 321 | await page.goto(questions[0].url); 322 | for (const question of questions) { > 323 | await page.waitForURL(question.url); | ^ 324 | await page.getByLabel("Nein").click(); 325 | await page.getByRole("button", { name: "Übernehmen" }).click(); 326 | } at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:323:20
[webkit] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning: packages/dito/tests/e2e/resultPage.spec.ts#L1
5) [webkit] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning Test timeout of 30000ms exceeded.
[webkit] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning: packages/dito/tests/e2e/resultPage.spec.ts#L174
5) [webkit] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load" ============================================================ 172 | for (let i = 0; i < preCheck.questions.length; i++) { 173 | const question = preCheck.questions[i]; > 174 | await page.waitForURL(question.url); | ^ 175 | if (question.interoperability) { 176 | await page.getByLabel("Ja").click(); 177 | } else { at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultPage.spec.ts:174:18
[webkit] › e2e/general.spec.ts:60:3 › test links › clicking on breadcrumbs navigates to correct page: packages/tool-finder/tests/playwright/e2e/general.spec.ts#L1
1) [webkit] › e2e/general.spec.ts:60:3 › test links › clicking on breadcrumbs navigates to correct page Test timeout of 30000ms exceeded.
[webkit] › e2e/general.spec.ts:60:3 › test links › clicking on breadcrumbs navigates to correct page: packages/tool-finder/tests/playwright/e2e/general.spec.ts#L63
1) [webkit] › e2e/general.spec.ts:60:3 › test links › clicking on breadcrumbs navigates to correct page Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:4173/werkzeugfinder", waiting until "load" 61 | page, 62 | }) => { > 63 | await page.goto(allRoutes.PATH_QUIZ); | ^ 64 | await page.getByText("Startseite").click(); 65 | await expect(page).toHaveURL(allRoutes.PATH_INFO); 66 | }); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/tool-finder/tests/playwright/e2e/general.spec.ts:63:16
check-test-build-deploy (dito) / 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: packages/dito/app/components/ParagraphList.tsx#L38
Unsafe member access .children on an `any` value
check-test-build-deploy (dito) / check-and-test: packages/dito/app/routes/_index.tsx#L111
Classname 'list-unstyled' is not a Tailwind CSS class!
check-test-build-deploy (dito) / check-and-test: packages/dito/app/routes/_index.tsx#L123
Classname 'text-link' is not a Tailwind CSS class!
check-test-build-deploy (dito) / check-and-test: packages/dito/app/routes/methoden_.fuenf-prinzipien.tsx#L78
Classname 'list-unstyled' is not a Tailwind CSS class!
check-test-build-deploy (dito) / check-and-test: packages/dito/app/routes/sitemap.tsx#L50
Classname 'list-unstyled' is not a Tailwind CSS class!
check-test-build-deploy (dito) / check-and-test: packages/dito/app/routes/sitemap.tsx#L53
Classname 'text-link' is not a Tailwind CSS class!
check-test-build-deploy (dito) / 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: packages/dito/app/routes/_index.tsx#L111
Classname 'list-unstyled' is not a Tailwind CSS class!
check-test-build-deploy (dito) / check-and-test: packages/dito/app/routes/_index.tsx#L123
Classname 'text-link' is not a Tailwind CSS class!
check-test-build-deploy (dito) / check-and-test: packages/dito/app/routes/methoden_.fuenf-prinzipien.tsx#L78
Classname 'list-unstyled' is not a Tailwind CSS class!
check-test-build-deploy (dito) / check-and-test: packages/dito/app/routes/sitemap.tsx#L50
Classname 'list-unstyled' is not a Tailwind CSS class!
check-test-build-deploy (dito) / check-and-test: packages/dito/app/routes/sitemap.tsx#L53
Classname 'text-link' is not a Tailwind CSS class!
check-test-build-deploy (tool-finder) / 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) / check-and-test: packages/tool-finder/src/MaintenanceModeApp.tsx#L20
Classname 'increase-tap-area' is not a Tailwind CSS class!
check-test-build-deploy (tool-finder) / check-and-test: packages/tool-finder/src/MaintenanceModeApp.tsx#L20
Classname 'increase-tap-area' is not a Tailwind CSS class!
🎭 Playwright Run Summary
5 flaky [chromium] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen [chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen [webkit] › e2e/resultForm.spec.ts:97:3 › test positive result for digital and interoperability › error is shown if title is too long [webkit] › e2e/resultForm.spec.ts:352:3 › test negative result for digital and interoperability › error is shown if negative reasoning is too long [webkit] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning 421 passed (12.0m)
🎭 Playwright Run Summary
87 passed (2.7m)
🎭 Playwright Run Summary
3 passed (24.6s)
🎭 Playwright Run Summary
1 flaky [webkit] › e2e/general.spec.ts:60:3 › test links › clicking on breadcrumbs navigates to correct page 59 passed (1.4m)