Skip to content

Nightly Tests

Nightly Tests #14

Triggered via schedule January 28, 2025 02:22
Status Failure
Total duration 25m 28s
Artifacts 1

nightly-tests.yml

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

Annotations

10 errors, 34 warnings, and 3 notices
[Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples: packages/dito/tests/e2e/methodPages.spec.ts#L1
1) [Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples Test timeout of 30000ms exceeded.
[Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples: packages/dito/tests/e2e/methodPages.spec.ts#L162
1) [Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/beispiele/prinzipien/digitale-kommunikation-sicherstellen" until "load" ============================================================ 160 | await expect(link).toBeVisible({ timeout: 5000 }); 161 | > 162 | const navigationPromise = page.waitForURL(url); | ^ 163 | await link.click(); 164 | await navigationPromise; 165 | at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/methodPages.spec.ts:162:42
[Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples: packages/dito/tests/e2e/methodPages.spec.ts#L152
1) [Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples Error: page.goto: Target page, context or browser has been closed 150 | while (attempt < 3) { 151 | try { > 152 | await page.goto(ROUTE_METHODS_FIVE_PRINCIPLES.url, { | ^ 153 | waitUntil: "domcontentloaded", 154 | }); 155 | at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/methodPages.spec.ts:152:22
[Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples: packages/dito/tests/e2e/methodPages.spec.ts#L1
1) [Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples: packages/dito/tests/e2e/methodPages.spec.ts#L162
1) [Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/beispiele/prinzipien/wiederverwendung-von-daten-und-standards-ermoeglichen" until "load" ============================================================ 160 | await expect(link).toBeVisible({ timeout: 5000 }); 161 | > 162 | const navigationPromise = page.waitForURL(url); | ^ 163 | await link.click(); 164 | await navigationPromise; 165 | at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/methodPages.spec.ts:162:42
[Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples: packages/dito/tests/e2e/methodPages.spec.ts#L152
1) [Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Target page, context or browser has been closed 150 | while (attempt < 3) { 151 | try { > 152 | await page.goto(ROUTE_METHODS_FIVE_PRINCIPLES.url, { | ^ 153 | waitUntil: "domcontentloaded", 154 | }); 155 | at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/methodPages.spec.ts:152:22
[Desktop Chrome] › e2e/general.spec.ts:17:5 › test general availability › /beispiele/visualisierungen is reachable and has a breadcrumb menu + title: packages/dito/tests/e2e/general.spec.ts#L21
2) [Desktop Chrome] › e2e/general.spec.ts:17:5 › test general availability › /beispiele/visualisierungen is reachable and has a breadcrumb menu + title Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('breadcrumbs-menu') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('breadcrumbs-menu') 19 | }) => { 20 | await page.goto(route.url, { waitUntil: "networkidle" }); > 21 | await expect(page.getByTestId("breadcrumbs-menu")).toBeVisible(); | ^ 22 | await expect(page).toHaveTitle( 23 | /Digitalcheck: Digitaltaugliche Regelungen erarbeiten$/, 24 | ); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/general.spec.ts:21:58
[Desktop Safari] › e2e/preCheckQuestions.spec.ts:124:3 › test questions form › redirect to first unanswered question: packages/dito/tests/e2e/preCheckQuestions.spec.ts#L1
3) [Desktop Safari] › e2e/preCheckQuestions.spec.ts:124:3 › test questions form › redirect to first unanswered question Test timeout of 30000ms exceeded.
[Desktop Safari] › e2e/preCheckQuestions.spec.ts:124:3 › test questions form › redirect to first unanswered question: packages/dito/tests/e2e/preCheckQuestions.spec.ts#L129
3) [Desktop Safari] › e2e/preCheckQuestions.spec.ts:124:3 › test questions form › redirect to first unanswered question Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load" ============================================================ 127 | await page.getByLabel("Ja").click(); 128 | await page.getByRole("button", { name: "Übernehmen" }).click(); > 129 | await page.waitForURL(questions[1].url); | ^ 130 | await page.getByLabel("Nein").click(); 131 | await page.getByRole("button", { name: "Übernehmen" }).click(); 132 | await page.waitForURL(questions[2].url); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/preCheckQuestions.spec.ts:129:16
[Desktop Safari] › e2e/resultForm.spec.ts:183:3 › test positive result for digital and interoperability › email body does not contain negative reasoning: packages/dito/tests/e2e/resultForm.spec.ts#L61
4) [Desktop Safari] › e2e/resultForm.spec.ts:183:3 › test positive result for digital and interoperability › email body does not contain negative reasoning Test timeout of 30000ms exceeded while running "beforeEach" hook. 59 | 60 | test.describe("test positive result for digital and interoperability", () => { > 61 | test.beforeEach( | ^ 62 | "answer all pre-check questions with yes and go to result page", 63 | async ({ page }) => { 64 | await page.goto(questions[0].url); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:61:8
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!
Slow Test: packages/tool-finder/[Desktop Safari] › e2e/quizAndResult.spec.ts#L1
packages/tool-finder/[Desktop Safari] › e2e/quizAndResult.spec.ts took 25.7s
Slow Test: packages/tool-finder/[Desktop Safari] › e2e/general.spec.ts#L1
packages/tool-finder/[Desktop Safari] › e2e/general.spec.ts took 21.9s
Slow Test: packages/tool-finder/[Tablet Safari] › e2e/quizAndResult.spec.ts#L1
packages/tool-finder/[Tablet Safari] › e2e/quizAndResult.spec.ts took 21.5s
Slow Test: packages/tool-finder/[Tablet Safari] › e2e/general.spec.ts#L1
packages/tool-finder/[Tablet Safari] › e2e/general.spec.ts took 19.4s
Slow Test: packages/tool-finder/[Desktop Firefox] › e2e/quizAndResult.spec.ts#L1
packages/tool-finder/[Desktop Firefox] › e2e/quizAndResult.spec.ts took 16.5s
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 (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!
Slow Test: packages/dito/[Desktop Firefox] › e2e/resultForm.spec.ts#L1
packages/dito/[Desktop Firefox] › e2e/resultForm.spec.ts took 2.8m
Slow Test: packages/dito/[Tablet Safari] › e2e/resultForm.spec.ts#L1
packages/dito/[Tablet Safari] › e2e/resultForm.spec.ts took 2.0m
Slow Test: packages/dito/[Desktop Chrome] › e2e/resultForm.spec.ts#L1
packages/dito/[Desktop Chrome] › e2e/resultForm.spec.ts took 1.6m
Slow Test: packages/dito/[Tablet Chrome] › e2e/resultForm.spec.ts#L1
packages/dito/[Tablet Chrome] › e2e/resultForm.spec.ts took 1.6m
Slow Test: packages/dito/[Desktop Safari] › e2e/general.spec.ts#L1
packages/dito/[Desktop Safari] › e2e/general.spec.ts took 1.5m
🎭 Playwright Run Summary
7 passed (45.2s)
🎭 Playwright Run Summary
182 passed (2.1m)
🎭 Playwright Run Summary
1 failed [Tablet Safari] › e2e/methodPages.spec.ts:136:3 › five principles page › five principles page links to examples 4 flaky [Desktop Chrome] › e2e/general.spec.ts:17:5 › test general availability › /beispiele/visualisierungen is reachable and has a breadcrumb menu + title [Desktop Safari] › e2e/preCheckQuestions.spec.ts:124:3 › test questions form › redirect to first unanswered question [Desktop Safari] › e2e/resultForm.spec.ts:183:3 › test positive result for digital and interoperability › email body does not contain negative reasoning [Desktop Safari] › 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 11 skipped 992 passed (22.8m)

Artifacts

Produced during runtime
Name Size
dito-playwright-e2e-test-results
5.97 MB