Skip to content

fix(FileListInfo): strip attachments folder from collectives path #304

fix(FileListInfo): strip attachments folder from collectives path

fix(FileListInfo): strip attachments folder from collectives path #304

Triggered via pull request April 1, 2026 07:30
Status Success
Total duration 6m 47s
Artifacts 4

playwright.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 8 warnings, and 6 notices
[chromium] › playwright/e2e/page-links-viewer.spec.ts:57:4 › Links to viewer › Opens link with absolute files app path to markdown file in viewer (edit mode): playwright/support/fixtures/User.ts#L28
1) [chromium] › playwright/e2e/page-links-viewer.spec.ts:57:4 › Links to viewer › Opens link with absolute files app path to markdown file in viewer (edit mode) Error: apiRequestContext.put: 423 Locked Response text: <?xml version="1.0" encoding="utf-8"?> <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns"> <s:exception>Sabre\DAV\Exception\Locked</s:exception> <s:message/> <d:lock-token-submitted> <d:href>files/w4g1s/test.md</d:href> </d:lock-token-submitted> </d:error> Call log: - → PUT http://localhost:8089/remote.php/dav/files/w4g1s//test.md - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - requesttoken: 5ObVjDHSdBUJtn7aKzrcLO6Pl7RZrdyYTddrHXjqf/I=:3bOHw2e/IHl88yuZf1KzB7765YVu1YmhGr5eeU6QDso= - Content-Type: text/markdown - content-length: 15 - cookie: oc_sessionPassphrase=NPQ80cUQsoLTBwOFMIwc7EpREGUCxzsYuyH0p4%2FrLLLYhJEKc7c9hoKFfndPz8urB0mlo2meJZjvzjlQ%2BqS7Tae9uhhMBFyVdhGfgp1NSbRBxPN%2FphHemyth4v6VFACo; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc3pzji4qun1=d6dn4oam6cocld13lpldc40i3g - ← 423 Locked - date: Wed, 01 Apr 2026 07:33:15 GMT - server: Apache/2.4.65 (Debian) - x-content-type-options: nosniff - x-frame-options: SAMEORIGIN - x-permitted-cross-domain-policies: none - x-robots-tag: noindex, nofollow - referrer-policy: no-referrer - content-security-policy: default-src 'none'; - x-user-id: w4g1s - content-length: 275 - keep-alive: timeout=5, max=92 - connection: Keep-Alive - content-type: application/xml; charset=utf-8 at support/fixtures/User.ts:28 26 | async uploadFixture(options: { name: string, path: string, mimetype: string }, page: Page) { 27 | const filepath = resolve(import.meta.dirname, 'files', options.name) > 28 | await page.request.put( | ^ 29 | webdavUrl(this.account.userId, options.path, options.name), 30 | { 31 | headers: { at User.uploadFixture (/home/runner/work/collectives/collectives/playwright/support/fixtures/User.ts:28:22) at /home/runner/work/collectives/collectives/playwright/e2e/page-links-viewer.spec.ts:60:31
[chromium] › playwright/e2e/page-links-viewer.spec.ts:57:4 › Links to viewer › Opens link with absolute files app path to markdown file in viewer (edit mode): playwright/support/fixtures/User.ts#L28
1) [chromium] › playwright/e2e/page-links-viewer.spec.ts:57:4 › Links to viewer › Opens link with absolute files app path to markdown file in viewer (edit mode) Error: apiRequestContext.put: 423 Locked Response text: <?xml version="1.0" encoding="utf-8"?> <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns"> <s:exception>Sabre\DAV\Exception\Locked</s:exception> <s:message/> <d:lock-token-submitted> <d:href>files/z6xei/test.md</d:href> </d:lock-token-submitted> </d:error> Call log: - → PUT http://localhost:8089/remote.php/dav/files/z6xei//test.md - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - requesttoken: Qc22rvsOoOuCxziz3wmbwgcM5BLLjACJ4bwvwQJ0TFw=:N5yF54lrl7vtn2nfpULOhmt5kmGH9Va/lsRAjDYTJ2U= - Content-Type: text/markdown - content-length: 15 - cookie: oc_sessionPassphrase=s0gZPmy0sPgYC%2FB0NvwreNUzPH7sqAG%2FQkv7O0Su1HCHsJKkc3p55x9R694kCdrYV%2FeulIS30%2Fyoymz1lZOIpBu5KVWqXzAOMJ52R1ANE1teZWOt%2FUiQibPmEQMpJpi9; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc2g7lkmvdcd=u39rgvf0hupq5n8n3m5ea2ct78 - ← 423 Locked - date: Wed, 01 Apr 2026 07:33:22 GMT - server: Apache/2.4.65 (Debian) - x-content-type-options: nosniff - x-frame-options: SAMEORIGIN - x-permitted-cross-domain-policies: none - x-robots-tag: noindex, nofollow - referrer-policy: no-referrer - content-security-policy: default-src 'none'; - x-user-id: z6xei - content-length: 275 - keep-alive: timeout=5, max=92 - connection: Keep-Alive - content-type: application/xml; charset=utf-8 at support/fixtures/User.ts:28 26 | async uploadFixture(options: { name: string, path: string, mimetype: string }, page: Page) { 27 | const filepath = resolve(import.meta.dirname, 'files', options.name) > 28 | await page.request.put( | ^ 29 | webdavUrl(this.account.userId, options.path, options.name), 30 | { 31 | headers: { at User.uploadFixture (/home/runner/work/collectives/collectives/playwright/support/fixtures/User.ts:28:22) at /home/runner/work/collectives/collectives/playwright/e2e/page-links-viewer.spec.ts:60:31
[chromium] › playwright/e2e/page-content.spec.ts:14:2 › Page content › create whiteboard from attachments menu: playwright/support/sections/EditorSection.ts#L43
1) [chromium] › playwright/e2e/page-content.spec.ts:14:2 › Page content › create whiteboard from attachments menu Error: locator.click: Target page, context or browser has been closed Call log: - waiting for locator('[data-cy-collectives="editor"]').getByRole('menuitem', { name: 'New whiteboard' }) at support/sections/EditorSection.ts:43 41 | public async clickMenu(menu: string, item: string): Promise<void> { 42 | await this.getMenu(menu).click() > 43 | await this.getMenuItem(item).click() | ^ 44 | } 45 | 46 | public getContent() { at EditorSection.clickMenu (/home/runner/work/collectives/collectives/playwright/support/sections/EditorSection.ts:43:32) at /home/runner/work/collectives/collectives/playwright/e2e/page-content.spec.ts:21:3
[chromium] › playwright/e2e/page-content.spec.ts:14:2 › Page content › create whiteboard from attachments menu: playwright/e2e/page-content.spec.ts#L0
1) [chromium] › playwright/e2e/page-content.spec.ts:14:2 › Page content › create whiteboard from attachments menu Test timeout of 90000ms exceeded.
[chromium] › playwright/e2e/page-content.spec.ts:14:2 › Page content › create whiteboard from attachments menu: playwright/support/sections/EditorSection.ts#L43
1) [chromium] › playwright/e2e/page-content.spec.ts:14:2 › Page content › create whiteboard from attachments menu Error: locator.click: Target page, context or browser has been closed Call log: - waiting for locator('[data-cy-collectives="editor"]').getByRole('menuitem', { name: 'New whiteboard' }) at support/sections/EditorSection.ts:43 41 | public async clickMenu(menu: string, item: string): Promise<void> { 42 | await this.getMenu(menu).click() > 43 | await this.getMenuItem(item).click() | ^ 44 | } 45 | 46 | public getContent() { at EditorSection.clickMenu (/home/runner/work/collectives/collectives/playwright/support/sections/EditorSection.ts:43:32) at /home/runner/work/collectives/collectives/playwright/e2e/page-content.spec.ts:21:3
[chromium] › playwright/e2e/page-content.spec.ts:14:2 › Page content › create whiteboard from attachments menu: playwright/e2e/page-content.spec.ts#L0
1) [chromium] › playwright/e2e/page-content.spec.ts:14:2 › Page content › create whiteboard from attachments menu Test timeout of 90000ms exceeded.
test (stable32, 2, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. 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/
test (stable32, 2, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
test (master, 2, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. 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/
test (master, 2, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
test (master, 3, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. 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/
test (stable32, 3, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. 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/
test (stable32, 1, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. 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/
test (master, 1, 3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. 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/
🎭 Playwright Run Summary
8 passed (1.9m)
🎭 Playwright Run Summary
8 passed (1.9m)
🎭 Playwright Run Summary
1 flaky [chromium] › playwright/e2e/page-links-viewer.spec.ts:57:4 › Links to viewer › Opens link with absolute files app path to markdown file in viewer (edit mode) 14 passed (2.3m)
🎭 Playwright Run Summary
1 flaky [chromium] › playwright/e2e/page-links-viewer.spec.ts:57:4 › Links to viewer › Opens link with absolute files app path to markdown file in viewer (edit mode) 14 passed (2.3m)
🎭 Playwright Run Summary
1 flaky [chromium] › playwright/e2e/page-content.spec.ts:14:2 › Page content › create whiteboard from attachments menu 37 passed (5.4m)
🎭 Playwright Run Summary
1 flaky [chromium] › playwright/e2e/page-content.spec.ts:14:2 › Page content › create whiteboard from attachments menu 37 passed (5.7m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report_master_shard1 Expired
3.4 MB
sha256:5e444107ea84728f9180f3a1397ff34ad35b887490480aaf8164943be82ecf04
playwright-report_master_shard3 Expired
2.64 MB
sha256:68cb11c7f490f2735c4aaf77d61c500cc8f797d67fb7f84c74cdc641455565a3
playwright-report_stable32_shard1 Expired
3.49 MB
sha256:71e9a12c687403ee63cdd603617a050466549bede67b07cbf1f88fdfab1ffcb5
playwright-report_stable32_shard3 Expired
2.81 MB
sha256:abddc077a668bb00e4dce2e7b353ef8555b55a7fe707456720ec6885aa774393