Skip to content

Refactor css

Refactor css #1579

Re-run triggered January 16, 2025 16:07
Status Success
Total duration 15m 24s
Artifacts 4

pipeline.yml

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

Annotations

6 errors, 11 warnings, and 4 notices
[chromium] › e2e/assessment.spec.ts:58:3 › test positive assessment page › accepts user input on assessment page: packages/dito/tests/e2e/assessment.spec.ts#L48
1) [chromium] › e2e/assessment.spec.ts:58:3 › test positive assessment page › accepts user input on assessment page Test timeout of 30000ms exceeded while running "beforeEach" hook. 46 | 47 | test.describe("test positive assessment page", () => { > 48 | test.beforeEach("Go to assessment page", async ({ page }) => { | ^ 49 | await page.goto(preCheck.questions[0].url); 50 | for (let i = 0; i < preCheck.questions.length; i++) { 51 | await page.waitForURL(preCheck.questions[i].url); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/assessment.spec.ts:48:8
[chromium] › e2e/assessment.spec.ts:58:3 › test positive assessment page › accepts user input on assessment page: packages/dito/tests/e2e/assessment.spec.ts#L52
1) [chromium] › e2e/assessment.spec.ts:58:3 › test positive assessment page › accepts user input on assessment page Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('Ja') 50 | for (let i = 0; i < preCheck.questions.length; i++) { 51 | await page.waitForURL(preCheck.questions[i].url); > 52 | await page.getByLabel("Ja").click(); | ^ 53 | await page.getByRole("button", { name: "Übernehmen" }).click(); 54 | } 55 | await page.waitForURL(ROUTE_RESULT.url); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/assessment.spec.ts:52:35
[chromium] › e2e/assessment.spec.ts:72:3 › test positive assessment page › title can't be too long: packages/dito/tests/e2e/assessment.spec.ts#L48
2) [chromium] › e2e/assessment.spec.ts:72:3 › test positive assessment page › title can't be too long Test timeout of 30000ms exceeded while running "beforeEach" hook. 46 | 47 | test.describe("test positive assessment page", () => { > 48 | test.beforeEach("Go to assessment page", async ({ page }) => { | ^ 49 | await page.goto(preCheck.questions[0].url); 50 | for (let i = 0; i < preCheck.questions.length; i++) { 51 | await page.waitForURL(preCheck.questions[i].url); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/assessment.spec.ts:48:8
[chromium] › e2e/assessment.spec.ts:72:3 › test positive assessment page › title can't be too long: packages/dito/tests/e2e/assessment.spec.ts#L52
2) [chromium] › e2e/assessment.spec.ts:72:3 › test positive assessment page › title can't be too long Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('Ja') 50 | for (let i = 0; i < preCheck.questions.length; i++) { 51 | await page.waitForURL(preCheck.questions[i].url); > 52 | await page.getByLabel("Ja").click(); | ^ 53 | await page.getByRole("button", { name: "Übernehmen" }).click(); 54 | } 55 | await page.waitForURL(ROUTE_RESULT.url); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/assessment.spec.ts:52:35
[webkit] › e2e/resultPage.spec.ts:99:3 › test result page reasoning › one positive answer and only negativ interoperability question leads to positive result without interoperability: packages/dito/tests/e2e/resultPage.spec.ts#L1
3) [webkit] › e2e/resultPage.spec.ts:99:3 › test result page reasoning › one positive answer and only negativ interoperability question leads to positive result without interoperability Test timeout of 30000ms exceeded.
[webkit] › e2e/resultPage.spec.ts:99:3 › test result page reasoning › one positive answer and only negativ interoperability question leads to positive result without interoperability: packages/dito/tests/e2e/resultPage.spec.ts#L105
3) [webkit] › e2e/resultPage.spec.ts:99:3 › test result page reasoning › one positive answer and only negativ interoperability question leads to positive result without interoperability Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load" ============================================================ 103 | await page.getByRole("button", { name: "Übernehmen" }).click(); 104 | for (let i = 1; i < preCheck.questions.length; i++) { > 105 | await page.waitForURL(preCheck.questions[i].url); | ^ 106 | await page.getByLabel("Nein").click(); 107 | await page.getByRole("button", { name: "Übernehmen" }).click(); 108 | } at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultPage.spec.ts:105: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
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
87 passed (2.7m)
🎭 Playwright Run Summary
3 flaky [chromium] › e2e/assessment.spec.ts:58:3 › test positive assessment page › accepts user input on assessment page [chromium] › e2e/assessment.spec.ts:72:3 › test positive assessment page › title can't be too long [webkit] › e2e/resultPage.spec.ts:99:3 › test result page reasoning › one positive answer and only negativ interoperability question leads to positive result without interoperability 264 passed (9.0m)
🎭 Playwright Run Summary
60 passed (52.1s)
🎭 Playwright Run Summary
3 passed (24.1s)

Artifacts

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