Skip to content

fix(files_trashbin): create folder if missing when expiring trash #942

fix(files_trashbin): create folder if missing when expiring trash

fix(files_trashbin): create folder if missing when expiring trash #942

Re-run triggered June 22, 2026 19:41
Status Success
Total duration 16m 28s
Artifacts 5

playwright.yml

on: pull_request
Playwright setup
5m 58s
Playwright setup
Matrix: playwright-tests
merge-reports
39s
merge-reports
playwright-test-summary
6s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 7 warnings, and 5 notices
[chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder: tests/playwright/support/sections/CopyMoveDialogPage.ts#L67
1) [chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder Error: page.waitForResponse: Test timeout of 30000ms exceeded. at ../support/sections/CopyMoveDialogPage.ts:67 65 | 66 | private async confirm(label: string, method: 'COPY' | 'MOVE'): Promise<void> { > 67 | const done = this.page.waitForResponse( | ^ 68 | (r) => r.request().method() === method 69 | && /\/(remote|public)\.php\/dav\/files\//.test(r.url()), 70 | ) at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:67:26) at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:77:14) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:101:24
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group: tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L170
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group Error: locator.scrollIntoViewIfNeeded: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('table').getByRole('link', { name: 'Update Notification' }) 168 | 169 | // Select the updatenotification app > 170 | await appstorePage.appLink('Update Notification').scrollIntoViewIfNeeded() | ^ 171 | await appstorePage.appLink('Update Notification').click() 172 | 173 | // Click the "Limit to groups" button at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:170:53
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder: tests/playwright/support/sections/CopyMoveDialogPage.ts#L67
2) [chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder Error: page.waitForResponse: Test timeout of 30000ms exceeded. at ../support/sections/CopyMoveDialogPage.ts:67 65 | 66 | private async confirm(label: string, method: 'COPY' | 'MOVE'): Promise<void> { > 67 | const done = this.page.waitForResponse( | ^ 68 | (r) => r.request().method() === method 69 | && /\/(remote|public)\.php\/dav\/files\//.test(r.url()), 70 | ) at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:67:26) at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:77:14) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:101:24
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder: tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts#L0
2) [chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder Test timeout of 30000ms exceeded.
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group: ../../../../work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L170
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group Error: locator.scrollIntoViewIfNeeded: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('table').getByRole('link', { name: 'Update Notification' }) 168 | 169 | // Select the updatenotification app > 170 | await appstorePage.appLink('Update Notification').scrollIntoViewIfNeeded() | ^ 171 | await appstorePage.appLink('Update Notification').click() 172 | 173 | // Click the "Limit to groups" button at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:170:53
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group: tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group Test timeout of 30000ms exceeded.
gate
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright setup
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/save@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright tests 3 / 4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright tests 2 / 4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright tests 1 / 4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright tests 4 / 4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
merge-reports
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
30 passed (4.3m)
🎭 Playwright Run Summary
1 flaky [chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder 26 passed (4.7m)
🎭 Playwright Run Summary
1 flaky [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group 34 passed (6.7m)
🎭 Playwright Run Summary
30 passed (6.4m)
🎭 Playwright Run Summary
2 flaky [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group [chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder 120 passed (8.6m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
5.48 MB
sha256:a7dd12551d99d874ebaf362ea7cf28297595f5f4edfc7c883f604f41f1ba1a4a
blob-report-2 Expired
3.03 MB
sha256:b66b241bd72d6cc9cd399296b8b779513dd5586a425c25f42079464e63fc4c78
blob-report-3 Expired
57.6 KB
sha256:9fd58c231a2cfa3b21d50851d6b0a9cbe0da065d7af46b97b111e796e7939112
blob-report-4 Expired
62.4 KB
sha256:7712150934445ad582a2806a57c4b02c868d075655deca39dbc0db68acbd1703
html-report--attempt-2 Expired
9.11 MB
sha256:cfacba5f472f42b092bfbf3bc43074cb21e89f67805b154603944e47e8267209