Skip to content

chore(helm): update chart for Redmine support and PostgreSQL 18 #10

chore(helm): update chart for Redmine support and PostgreSQL 18

chore(helm): update chart for Redmine support and PostgreSQL 18 #10

Triggered via push March 27, 2026 21:53
Status Failure
Total duration 7m 43s
Artifacts

e2e.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 2 warnings, and 1 notice
[chromium] › tests/external-links-admin.spec.ts:111:7 › External Links Admin › admin can delete a link: e2e/tests/external-links-admin.spec.ts#L115
5) [chromium] › tests/external-links-admin.spec.ts:111:7 › External Links Admin › admin can delete a link Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Manage External Links') to be visible 113 | }) => { 114 | await page.goto("/admin/external-links"); > 115 | await page.getByText("Manage External Links").waitFor({ timeout: 10000 }); | ^ 116 | 117 | // Create section and link 118 | await page.getByRole("button", { name: "Add Section" }).click(); at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:115:51
[chromium] › tests/external-links-admin.spec.ts:111:7 › External Links Admin › admin can delete a link: e2e/tests/external-links-admin.spec.ts#L115
5) [chromium] › tests/external-links-admin.spec.ts:111:7 › External Links Admin › admin can delete a link TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Manage External Links') to be visible 113 | }) => { 114 | await page.goto("/admin/external-links"); > 115 | await page.getByText("Manage External Links").waitFor({ timeout: 10000 }); | ^ 116 | 117 | // Create section and link 118 | await page.getByRole("button", { name: "Add Section" }).click(); at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:115:51
[chromium] › tests/external-links-admin.spec.ts:78:7 › External Links Admin › admin can toggle link enabled/disabled and it reflects on start page: e2e/tests/external-links-admin.spec.ts#L82
4) [chromium] › tests/external-links-admin.spec.ts:78:7 › External Links Admin › admin can toggle link enabled/disabled and it reflects on start page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Manage External Links') to be visible 80 | }) => { 81 | await page.goto("/admin/external-links"); > 82 | await page.getByText("Manage External Links").waitFor({ timeout: 10000 }); | ^ 83 | 84 | // Create section and link 85 | await page.getByRole("button", { name: "Add Section" }).click(); at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:82:51
[chromium] › tests/external-links-admin.spec.ts:78:7 › External Links Admin › admin can toggle link enabled/disabled and it reflects on start page: e2e/tests/external-links-admin.spec.ts#L82
4) [chromium] › tests/external-links-admin.spec.ts:78:7 › External Links Admin › admin can toggle link enabled/disabled and it reflects on start page TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Manage External Links') to be visible 80 | }) => { 81 | await page.goto("/admin/external-links"); > 82 | await page.getByText("Manage External Links").waitFor({ timeout: 10000 }); | ^ 83 | 84 | // Create section and link 85 | await page.getByRole("button", { name: "Add Section" }).click(); at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:82:51
[chromium] › tests/external-links-admin.spec.ts:51:7 › External Links Admin › admin can edit a link: e2e/tests/external-links-admin.spec.ts#L55
3) [chromium] › tests/external-links-admin.spec.ts:51:7 › External Links Admin › admin can edit a link Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Manage External Links') to be visible 53 | }) => { 54 | await page.goto("/admin/external-links"); > 55 | await page.getByText("Manage External Links").waitFor({ timeout: 10000 }); | ^ 56 | 57 | // Create section and link 58 | await page.getByRole("button", { name: "Add Section" }).click(); at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:55:51
[chromium] › tests/external-links-admin.spec.ts:51:7 › External Links Admin › admin can edit a link: e2e/tests/external-links-admin.spec.ts#L55
3) [chromium] › tests/external-links-admin.spec.ts:51:7 › External Links Admin › admin can edit a link TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Manage External Links') to be visible 53 | }) => { 54 | await page.goto("/admin/external-links"); > 55 | await page.getByText("Manage External Links").waitFor({ timeout: 10000 }); | ^ 56 | 57 | // Create section and link 58 | await page.getByRole("button", { name: "Add Section" }).click(); at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:55:51
[chromium] › tests/external-links-admin.spec.ts:25:7 › External Links Admin › admin can create a link with all fields: e2e/tests/external-links-admin.spec.ts#L29
2) [chromium] › tests/external-links-admin.spec.ts:25:7 › External Links Admin › admin can create a link with all fields Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Manage External Links') to be visible 27 | }) => { 28 | await page.goto("/admin/external-links"); > 29 | await page.getByText("Manage External Links").waitFor({ timeout: 10000 }); | ^ 30 | 31 | // Create section first 32 | await page.getByRole("button", { name: "Add Section" }).click(); at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:29:51
[chromium] › tests/external-links-admin.spec.ts:25:7 › External Links Admin › admin can create a link with all fields: e2e/tests/external-links-admin.spec.ts#L29
2) [chromium] › tests/external-links-admin.spec.ts:25:7 › External Links Admin › admin can create a link with all fields TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Manage External Links') to be visible 27 | }) => { 28 | await page.goto("/admin/external-links"); > 29 | await page.getByText("Manage External Links").waitFor({ timeout: 10000 }); | ^ 30 | 31 | // Create section first 32 | await page.getByRole("button", { name: "Add Section" }).click(); at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:29:51
[chromium] › tests/external-links-admin.spec.ts:9:7 › External Links Admin › admin can create a section: e2e/tests/external-links-admin.spec.ts#L13
1) [chromium] › tests/external-links-admin.spec.ts:9:7 › External Links Admin › admin can create a section Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Manage External Links') to be visible 11 | }) => { 12 | await page.goto("/admin/external-links"); > 13 | await page.getByText("Manage External Links").waitFor({ timeout: 10000 }); | ^ 14 | 15 | // Create section 16 | await page.getByRole("button", { name: "Add Section" }).click(); at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:13:51
[chromium] › tests/external-links-admin.spec.ts:9:7 › External Links Admin › admin can create a section: e2e/tests/external-links-admin.spec.ts#L13
1) [chromium] › tests/external-links-admin.spec.ts:9:7 › External Links Admin › admin can create a section TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Manage External Links') to be visible 11 | }) => { 12 | await page.goto("/admin/external-links"); > 13 | await page.getByText("Manage External Links").waitFor({ timeout: 10000 }); | ^ 14 | 15 | // Create section 16 | await page.getByRole("button", { name: "Add Section" }).click(); at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:13:51
E2E Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E Tests
No files were found with the provided path: e2e/playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
43 failed [chromium] › tests/external-links-admin.spec.ts:9:7 › External Links Admin › admin can create a section [chromium] › tests/external-links-admin.spec.ts:25:7 › External Links Admin › admin can create a link with all fields [chromium] › tests/external-links-admin.spec.ts:51:7 › External Links Admin › admin can edit a link [chromium] › tests/external-links-admin.spec.ts:78:7 › External Links Admin › admin can toggle link enabled/disabled and it reflects on start page [chromium] › tests/external-links-admin.spec.ts:111:7 › External Links Admin › admin can delete a link [chromium] › tests/external-links-admin.spec.ts:136:7 › External Links Admin › admin can delete a section [chromium] › tests/external-links-admin.spec.ts:156:7 › External Links Admin › sections and links appear on the start page [chromium] › tests/external-links-admin.spec.ts:195:7 › External Links Admin › disabled links are hidden on start page [mobile] › tests/artemis-anonymous.spec.ts:11:7 › Artemis Developer Request - Anonymous › anonymous - single subteam [mobile] › tests/artemis-anonymous.spec.ts:32:7 › Artemis Developer Request - Anonymous › anonymous - multiple subteams with comment [mobile] › tests/artemis-anonymous.spec.ts:47:7 › Artemis Developer Request - Anonymous › anonymous - subteams with 'other' [mobile] › tests/artemis-authenticated.spec.ts:11:7 › Artemis Developer Request - Authenticated › single subteam (ares) [mobile] › tests/artemis-authenticated.spec.ts:32:7 › Artemis Developer Request - Authenticated › multiple subteams [mobile] › tests/artemis-authenticated.spec.ts:47:7 › Artemis Developer Request - Authenticated › subteams with 'other' and comment [mobile] › tests/external-links-admin.spec.ts:9:7 › External Links Admin › admin can create a section [mobile] › tests/external-links-admin.spec.ts:25:7 › External Links Admin › admin can create a link with all fields [mobile] › tests/external-links-admin.spec.ts:51:7 › External Links Admin › admin can edit a link [mobile] › tests/external-links-admin.spec.ts:78:7 › External Links Admin › admin can toggle link enabled/disabled and it reflects on start page [mobile] › tests/external-links-admin.spec.ts:111:7 › External Links Admin › admin can delete a link [mobile] › tests/external-links-admin.spec.ts:136:7 › External Links Admin › admin can delete a section [mobile] › tests/external-links-admin.spec.ts:156:7 › External Links Admin › sections and links appear on the start page [mobile] › tests/external-links-admin.spec.ts:195:7 › External Links Admin › disabled links are hidden on start page [mobile] › tests/support-anonymous.spec.ts:11:7 › Support Request - Anonymous › feature request with TUM ID [mobile] › tests/support-anonymous.spec.ts:31:7 › Support Request - Anonymous › other category without TUM ID [mobile] › tests/support-authenticated.spec.ts:11:7 › Support Request - Authenticated › bug report [mobile] › tests/support-authenticated.spec.ts:29:7 › Support Request - Authenticated › question [mobile] › tests/tum-guest-anonymous-self.spec.ts:11:7 › TUM Guest Request - Anonymous (For Self) › iPraktikum customer, male, German [mobile] › tests/tum-guest-anonymous-self.spec.ts:36:7 › TUM Guest Request - Anonymous (For Self) › Artemis, female, French [mobile] › tests/tum-guest-anonymous-self.spec.ts:56:7 › TUM Guest Request - Anonymous (For Self) › Other, diverse, other nationality (Japanese) with comment [mobile] › tests/tum-guest-authenticated.spec.ts:11:7 › TUM Guest Request - Authenticated › iPraktikum customer, female, German [mobile] › tests/tum-guest-authenticated.spec.ts:35:7 › TUM Guest Request - Authenticated › Artemis, male, Swiss [mobile] › tests/tum-guest-authenticated.spec.ts:53:7 › TUM Guest Request - Authenticated › Othe