Nightly Tests #2
nightly-tests.yml
on: workflow_dispatch
Matrix: check-test-build-deploy
Annotations
8 errors, 25 warnings, and 4 notices
[chromium] › 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
1) [chromium] › 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.
|
[chromium] › 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
1) [chromium] › 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/preCheckQuestions.spec.ts:142:3 › test question navigation › navigation leads to correct pages:
packages/dito/tests/e2e/preCheckQuestions.spec.ts#L1
2) [webkit] › e2e/preCheckQuestions.spec.ts:142:3 › test question navigation › navigation leads to correct pages
Test timeout of 30000ms exceeded.
|
[webkit] › e2e/preCheckQuestions.spec.ts:142:3 › test question navigation › navigation leads to correct pages:
packages/dito/tests/e2e/preCheckQuestions.spec.ts#L145
2) [webkit] › e2e/preCheckQuestions.spec.ts:142:3 › test question navigation › navigation leads to correct pages
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load"
============================================================
143 | await page.goto(questions[0].url);
144 | for (let i = 0; i < questions.length - 1; i++) {
> 145 | await page.waitForURL(questions[i].url);
| ^
146 | await page.getByLabel("Ja").click();
147 | await page.getByRole("button", { name: "Übernehmen" }).click();
148 | }
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/preCheckQuestions.spec.ts:145:18
|
[webkit] › e2e/resultForm.spec.ts:239:3 › test positive result for digital and negative for interoperability › email body contains result title:
packages/dito/tests/e2e/resultForm.spec.ts#L208
3) [webkit] › e2e/resultForm.spec.ts:239:3 › test positive result for digital and negative for interoperability › email body contains result title
Test timeout of 30000ms exceeded while running "beforeEach" hook.
206 |
207 | test.describe("test positive result for digital and negative for interoperability", () => {
> 208 | test.beforeEach(
| ^
209 | "answer all digital questions with yes and all interoperability questions with no and go to result page",
210 | async ({ page }) => {
211 | await page.goto(questions[0].url);
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:208:8
|
[webkit] › e2e/resultForm.spec.ts:239:3 › test positive result for digital and negative for interoperability › email body contains result title:
packages/dito/tests/e2e/resultForm.spec.ts#L213
3) [webkit] › e2e/resultForm.spec.ts:239:3 › test positive result for digital and negative for interoperability › email body contains result title
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load"
============================================================
211 | await page.goto(questions[0].url);
212 | for (const question of questions) {
> 213 | await page.waitForURL(question.url);
| ^
214 | await page
215 | .getByLabel(question.interoperability ? "Nein" : "Ja")
216 | .click();
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:213:20
|
[webkit] › e2e/resultForm.spec.ts:559:3 › test unsure result for digital and negative for interoperability › form is not shown:
packages/dito/tests/e2e/resultForm.spec.ts#L545
4) [webkit] › e2e/resultForm.spec.ts:559:3 › test unsure result for digital and negative for interoperability › form is not shown
Test timeout of 30000ms exceeded while running "beforeEach" hook.
543 |
544 | test.describe("test unsure result for digital and negative for interoperability", () => {
> 545 | test.beforeEach(
| ^
546 | "answer all digital questions with unsure and all interoperability questions with no and go to result page",
547 | async ({ page }) => {
548 | await page.goto(questions[0].url);
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:545:8
|
[webkit] › e2e/resultForm.spec.ts:559:3 › test unsure result for digital and negative for interoperability › form is not shown:
packages/dito/tests/e2e/resultForm.spec.ts#L550
4) [webkit] › e2e/resultForm.spec.ts:559:3 › test unsure result for digital and negative for interoperability › form is not shown
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load"
============================================================
548 | await page.goto(questions[0].url);
549 | for (const question of questions) {
> 550 | await page.waitForURL(question.url);
| ^
551 | await page
552 | .getByLabel(question.interoperability ? "Nein" : "Ich bin unsicher")
553 | .click();
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:550:20
|
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/beispiele.prinzipien.$prinzip.tsx#L138
Classname 'text-link' is not a Tailwind CSS class!
|
check-test-build-deploy (dito) / check-and-test:
packages/dito/app/routes/beispiele.regelungen.$regelung.tsx#L110
Classname 'list-unstyled' 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/routes/vorpruefung.$questionId/PreCheckNavigation.tsx#L25
Classname 'list-unstyled' 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/beispiele.prinzipien.$prinzip.tsx#L138
Classname 'text-link' is not a Tailwind CSS class!
|
check-test-build-deploy (dito) / check-and-test:
packages/dito/app/routes/beispiele.regelungen.$regelung.tsx#L110
Classname 'list-unstyled' 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/routes/vorpruefung.$questionId/PreCheckNavigation.tsx#L25
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Slow Test:
packages/dito/[webkit] › e2e/resultPage.spec.ts#L1
packages/dito/[webkit] › e2e/resultPage.spec.ts took 30.8s
|
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 'text-link' 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!
|
check-test-build-deploy (tool-finder) / check-and-test:
packages/tool-finder/src/MaintenanceModeApp.tsx#L20
Classname 'text-link' 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
4 flaky
[chromium] › 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
[webkit] › e2e/preCheckQuestions.spec.ts:142:3 › test question navigation › navigation leads to correct pages
[webkit] › e2e/resultForm.spec.ts:239:3 › test positive result for digital and negative for interoperability › email body contains result title
[webkit] › e2e/resultForm.spec.ts:559:3 › test unsure result for digital and negative for interoperability › form is not shown
422 passed (11.6m)
|
🎭 Playwright Run Summary
87 passed (2.7m)
|
🎭 Playwright Run Summary
3 passed (25.1s)
|
🎭 Playwright Run Summary
60 passed (51.8s)
|