Nightly Tests #34
Annotations
2 errors, 28 warnings, and 2 notices
Run nightly E2E tests:
packages/dito/tests/e2e/resultForm.spec.ts#L61
1) [Mobile Safari] › tests/e2e/resultForm.spec.ts:148:3 › test positive result for digital and interoperability › email cc includes email from email input
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
|
Run nightly E2E tests:
packages/dito/tests/e2e/resultForm.spec.ts#L66
1) [Mobile Safari] › tests/e2e/resultForm.spec.ts:148:3 › test positive result for digital and interoperability › email cc includes email from email input
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load"
============================================================
64 | await page.goto(questions[0].url);
65 | for (const question of questions) {
> 66 | await page.waitForURL(question.url);
| ^
67 | await page.getByLabel("Ja").click();
68 | await page.getByRole("button", { name: "Übernehmen" }).click();
69 | }
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:66:20
|
Lint:
packages/dito/app/components/ParagraphList.tsx#L38
Unsafe member access .children on an `any` value
|
Lint:
packages/dito/app/routes/_index.tsx#L111
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Lint:
packages/dito/app/routes/_index.tsx#L123
Classname 'text-link' is not a Tailwind CSS class!
|
Lint:
packages/dito/app/routes/beispiele.prinzipien.$prinzip.tsx#L138
Classname 'text-link' is not a Tailwind CSS class!
|
Lint:
packages/dito/app/routes/beispiele.regelungen.$regelung.tsx#L110
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Lint:
packages/dito/app/routes/methoden_.fuenf-prinzipien.tsx#L78
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Lint:
packages/dito/app/routes/sitemap.tsx#L50
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Lint:
packages/dito/app/routes/sitemap.tsx#L53
Classname 'text-link' is not a Tailwind CSS class!
|
Lint:
packages/dito/app/routes/vorpruefung.$questionId/PreCheckNavigation.tsx#L25
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Fix lint:
packages/dito/app/components/ParagraphList.tsx#L38
Unsafe member access .children on an `any` value
|
Fix lint:
packages/dito/app/routes/_index.tsx#L111
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Fix lint:
packages/dito/app/routes/_index.tsx#L123
Classname 'text-link' is not a Tailwind CSS class!
|
Fix lint:
packages/dito/app/routes/beispiele.prinzipien.$prinzip.tsx#L138
Classname 'text-link' is not a Tailwind CSS class!
|
Fix lint:
packages/dito/app/routes/beispiele.regelungen.$regelung.tsx#L110
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Fix lint:
packages/dito/app/routes/methoden_.fuenf-prinzipien.tsx#L78
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Fix lint:
packages/dito/app/routes/sitemap.tsx#L50
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Fix lint:
packages/dito/app/routes/sitemap.tsx#L53
Classname 'text-link' is not a Tailwind CSS class!
|
Fix lint:
packages/dito/app/routes/vorpruefung.$questionId/PreCheckNavigation.tsx#L25
Classname 'list-unstyled' is not a Tailwind CSS class!
|
Run nightly E2E tests:
packages/dito/[Desktop Firefox] › tests/e2e/resultForm.spec.ts#L1
packages/dito/[Desktop Firefox] › tests/e2e/resultForm.spec.ts took 2.0m
|
Run nightly E2E tests:
packages/dito/[Tablet Safari] › tests/e2e/resultForm.spec.ts#L1
packages/dito/[Tablet Safari] › tests/e2e/resultForm.spec.ts took 1.6m
|
Run nightly E2E tests:
packages/dito/[Desktop Safari] › tests/e2e/resultForm.spec.ts#L1
packages/dito/[Desktop Safari] › tests/e2e/resultForm.spec.ts took 1.5m
|
Run nightly E2E tests:
packages/dito/[Desktop Firefox] › tests/e2e/general.spec.ts#L1
packages/dito/[Desktop Firefox] › tests/e2e/general.spec.ts took 1.2m
|
Run nightly E2E tests:
packages/dito/[Tablet Chrome] › tests/e2e/resultForm.spec.ts#L1
packages/dito/[Tablet Chrome] › tests/e2e/resultForm.spec.ts took 1.1m
|
Run nightly A11Y tests:
packages/dito/[Desktop Firefox] › tests/a11y/general.spec.ts#L1
packages/dito/[Desktop Firefox] › tests/a11y/general.spec.ts took 1.1m
|
Run nightly A11Y tests:
packages/dito/[Tablet Safari] › tests/a11y/general.spec.ts#L1
packages/dito/[Tablet Safari] › tests/a11y/general.spec.ts took 59.8s
|
Run nightly A11Y tests:
packages/dito/[Desktop Safari] › tests/a11y/general.spec.ts#L1
packages/dito/[Desktop Safari] › tests/a11y/general.spec.ts took 58.0s
|
Run nightly A11Y tests:
packages/dito/[Mobile Safari] › tests/a11y/general.spec.ts#L1
packages/dito/[Mobile Safari] › tests/a11y/general.spec.ts took 55.0s
|
Run nightly A11Y tests:
packages/dito/[Desktop Chrome] › tests/a11y/general.spec.ts#L1
packages/dito/[Desktop Chrome] › tests/a11y/general.spec.ts took 53.5s
|
Run nightly E2E tests
1 flaky
[Mobile Safari] › tests/e2e/resultForm.spec.ts:148:3 › test positive result for digital and interoperability › email cc includes email from email input
11 skipped
1031 passed (32.4m)
|
Run nightly A11Y tests
203 passed (7.2m)
|
Loading