Skip to content

fix(appconfig-userpreference): Fix doc types for returned arrays #7673

fix(appconfig-userpreference): Fix doc types for returned arrays

fix(appconfig-userpreference): Fix doc types for returned arrays #7673

Triggered via pull request September 2, 2026 10:58
Status Failure
Total duration 2h 17m 32s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
4m 58s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
3m 22s
Playwright tests for installer
merge-reports
1m 28s
merge-reports
playwright-test-summary
7s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 8 notices
Playwright tests 2 / 8
Process completed with exit code 1.
Playwright tests 2 / 8
Process completed with exit code 1.
Playwright tests 2 / 8
Error: Process from config.webServer was not able to start. Exit code: 1
Playwright tests for installer
Process completed with exit code 1.
Playwright tests for installer
Error: Process from config.webServer was not able to start. Exit code: 1
Playwright tests 6 / 8
Process completed with exit code 1.
[default] › tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:23:2 › files_sharing: Public share - header actions menu › can download all files: tests/playwright/support/sections/PublicSharePage.ts#L21
5) [default] › tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:23:2 › files_sharing: Public share - header actions menu › can download all files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/Lraw525Y46Fzgyj Call log: - navigating to "http://localhost:8042/index.php/s/Lraw525Y46Fzgyj", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:20:21
[default] › tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:23:2 › files_sharing: Public share - header actions menu › can download all files: tests/playwright/support/sections/PublicSharePage.ts#L21
5) [default] › tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:23:2 › files_sharing: Public share - header actions menu › can download all files Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/Jaee7TijFCeHm2i Call log: - navigating to "http://localhost:8042/index.php/s/Jaee7TijFCeHm2i", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:20:21
[default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:37:2 › files_sharing: Public share - guest identification › keeps the public name across shares and allows changing it: tests/playwright/support/sections/PublicSharePage.ts#L21
4) [default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:37:2 › files_sharing: Public share - guest identification › keeps the public name across shares and allows changing it Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/s6eGX9yrc8gdAgD Call log: - navigating to "http://localhost:8042/index.php/s/s6eGX9yrc8gdAgD", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:43:21
[default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:37:2 › files_sharing: Public share - guest identification › keeps the public name across shares and allows changing it: tests/playwright/support/sections/PublicSharePage.ts#L21
4) [default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:37:2 › files_sharing: Public share - guest identification › keeps the public name across shares and allows changing it Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/SkxqgMneQ3LJKTE Call log: - navigating to "http://localhost:8042/index.php/s/SkxqgMneQ3LJKTE", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:43:21
[default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:25:2 › files_sharing: Public share - guest identification › can set a public name: tests/playwright/support/sections/PublicSharePage.ts#L21
3) [default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:25:2 › files_sharing: Public share - guest identification › can set a public name Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/iJK5cJrkBN4scEq Call log: - navigating to "http://localhost:8042/index.php/s/iJK5cJrkBN4scEq", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:28:21
[default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:25:2 › files_sharing: Public share - guest identification › can set a public name: tests/playwright/support/sections/PublicSharePage.ts#L21
3) [default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:25:2 › files_sharing: Public share - guest identification › can set a public name Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/nERFye6F6Z6Db9L Call log: - navigating to "http://localhost:8042/index.php/s/nERFye6F6Z6Db9L", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:28:21
[default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:14:2 › files_sharing: Public share - guest identification › shows the anonymous guest menu: tests/playwright/support/sections/PublicSharePage.ts#L21
2) [default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:14:2 › files_sharing: Public share - guest identification › shows the anonymous guest menu Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/YCQs3dHMzoMN3Jn Call log: - navigating to "http://localhost:8042/index.php/s/YCQs3dHMzoMN3Jn", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:17:21
[default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:14:2 › files_sharing: Public share - guest identification › shows the anonymous guest menu: tests/playwright/support/sections/PublicSharePage.ts#L21
2) [default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:14:2 › files_sharing: Public share - guest identification › shows the anonymous guest menu Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/G6s4Ao8DCA2MBmm Call log: - navigating to "http://localhost:8042/index.php/s/G6s4Ao8DCA2MBmm", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:17:21
[default] › tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress: tests/playwright/support/sections/PublicSharePage.ts#L21
1) [default] › tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/y8ETHaLK7f5Eyx2 Call log: - navigating to "http://localhost:8042/index.php/s/y8ETHaLK7f5Eyx2", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:23:21
[default] › tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress: tests/playwright/support/sections/PublicSharePage.ts#L21
1) [default] › tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/kZWw3dHW4RQsy5z Call log: - navigating to "http://localhost:8042/index.php/s/kZWw3dHW4RQsy5z", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:23:21
playwright-test-summary
Process completed with exit code 1.
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:37:2 › files_sharing: Public share - guest identification › keeps the public name across shares and allows changing it: tests/playwright/support/sections/PublicSharePage.ts#L21
4) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:37:2 › files_sharing: Public share - guest identification › keeps the public name across shares and allows changing it Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/s6eGX9yrc8gdAgD Call log: - navigating to "http://localhost:8042/index.php/s/s6eGX9yrc8gdAgD", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:43:21
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:37:2 › files_sharing: Public share - guest identification › keeps the public name across shares and allows changing it: tests/playwright/support/sections/PublicSharePage.ts#L21
4) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:37:2 › files_sharing: Public share - guest identification › keeps the public name across shares and allows changing it Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/SkxqgMneQ3LJKTE Call log: - navigating to "http://localhost:8042/index.php/s/SkxqgMneQ3LJKTE", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:43:21
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:25:2 › files_sharing: Public share - guest identification › can set a public name: tests/playwright/support/sections/PublicSharePage.ts#L21
3) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:25:2 › files_sharing: Public share - guest identification › can set a public name Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/iJK5cJrkBN4scEq Call log: - navigating to "http://localhost:8042/index.php/s/iJK5cJrkBN4scEq", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:28:21
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:25:2 › files_sharing: Public share - guest identification › can set a public name: tests/playwright/support/sections/PublicSharePage.ts#L21
3) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:25:2 › files_sharing: Public share - guest identification › can set a public name Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/nERFye6F6Z6Db9L Call log: - navigating to "http://localhost:8042/index.php/s/nERFye6F6Z6Db9L", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:28:21
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:14:2 › files_sharing: Public share - guest identification › shows the anonymous guest menu: tests/playwright/support/sections/PublicSharePage.ts#L21
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:14:2 › files_sharing: Public share - guest identification › shows the anonymous guest menu Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/YCQs3dHMzoMN3Jn Call log: - navigating to "http://localhost:8042/index.php/s/YCQs3dHMzoMN3Jn", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:17:21
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:14:2 › files_sharing: Public share - guest identification › shows the anonymous guest menu: tests/playwright/support/sections/PublicSharePage.ts#L21
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:14:2 › files_sharing: Public share - guest identification › shows the anonymous guest menu Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/G6s4Ao8DCA2MBmm Call log: - navigating to "http://localhost:8042/index.php/s/G6s4Ao8DCA2MBmm", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:17:21
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress: tests/playwright/support/sections/PublicSharePage.ts#L21
1) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/y8ETHaLK7f5Eyx2 Call log: - navigating to "http://localhost:8042/index.php/s/y8ETHaLK7f5Eyx2", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:23:21
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress: tests/playwright/support/sections/PublicSharePage.ts#L21
1) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/s/kZWw3dHW4RQsy5z Call log: - navigating to "http://localhost:8042/index.php/s/kZWw3dHW4RQsy5z", waiting until "load" at ../support/sections/PublicSharePage.ts:21 19 | /** Open a share URL (as returned by `createLinkShare`). */ 20 | async open(url: string): Promise<void> { > 21 | await this.page.goto(url) | ^ 22 | } 23 | 24 | /** The page header, which carries the share-level actions. */ at PublicSharePage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/PublicSharePage.ts:21:19) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:23:21
merge-reports
Error: Process from config.webServer was not able to start. Exit code: 1
merge-reports
Error: Process from config.webServer was not able to start. Exit code: 1
🎭 Playwright Run Summary
48 passed (7.7m)
🎭 Playwright Run Summary
47 passed (9.6m)
🎭 Playwright Run Summary
46 passed (9.5m)
🎭 Playwright Run Summary
44 passed (9.8m)
🎭 Playwright Run Summary
47 passed (12.7m)
🎭 Playwright Run Summary
47 passed (13.5m)
🎭 Playwright Run Summary
46 failed [default] › tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress [default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:14:2 › files_sharing: Public share - guest identification › shows the anonymous guest menu [default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:25:2 › files_sharing: Public share - guest identification › can set a public name [default] › tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:37:2 › files_sharing: Public share - guest identification › keeps the public name across shares and allows changing it [default] › tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:23:2 › files_sharing: Public share - header actions menu › can download all files [default] › tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:37:2 › files_sharing: Public share - header actions menu › offers a direct link and closes the menu when it is used [default] › tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:48:2 › files_sharing: Public share - header actions menu › can create a federated share [default] › tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:62:2 › files_sharing: Public share - header actions menu › disables the submit button while the federated share is created [default] › tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:85:2 › files_sharing: Public share - header actions menu › validates the federated share input [default] › tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:100:2 › files_sharing: Public share - header actions menu › moves the primary action into the menu on small screens [default] › tests/playwright/e2e/files_sharing/public-share/share-editor.spec.ts:22:2 › files_sharing: Link share editor › lists a share label with special characters as typed [default] › tests/playwright/e2e/files_sharing/public-share/share-editor.spec.ts:38:2 › files_sharing: Link share editor › keeps "Hide download" after saving and reloading [default] › tests/playwright/e2e/files_sharing/public-share/share-editor.spec.ts:60:2 › files_sharing: Link share editor › cancelling the edition resets to the previous state [default] › tests/playwright/e2e/files_sharing/public-share/share-editor.spec.ts:107:2 › files_sharing: Link share editor › the password is unchecked after clearing and saving it [default] › tests/playwright/e2e/files_sharing/public-share/share-editor.spec.ts:134:2 › files_sharing: Email share editor › keeps "Hide download" set while creating the share [default] › tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:20:2 › files_sharing: Public share - view only › can see the files list [default] › tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:25:2 › files_sharing: Public share - view only › can navigate to a subfolder [default] › tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:33:2 › files_sharing: Public share - view only › cannot upload files [default] › tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:41:2 › files_sharing: Public share - view only › offers downloading as the only file action [default] › tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:65:2 › files_sharing: Public share - view only without download › can see the files list [default] › tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:69:2 › files_sharing: Public share - view only without download › offers no file actions at all [default] › tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:75:2 › files_sharing: Public share - view only without download › can navigate to a subfolder, which also has no acti
🎭 Playwright Run Summary
46 failed [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:14:2 › files_sharing: Public share - guest identification › shows the anonymous guest menu [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:25:2 › files_sharing: Public share - guest identification › can set a public name [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:37:2 › files_sharing: Public share - guest identification › keeps the public name across shares and allows changing it [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:23:2 › files_sharing: Public share - header actions menu › can download all files [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:37:2 › files_sharing: Public share - header actions menu › offers a direct link and closes the menu when it is used [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:48:2 › files_sharing: Public share - header actions menu › can create a federated share [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:62:2 › files_sharing: Public share - header actions menu › disables the submit button while the federated share is created [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:85:2 › files_sharing: Public share - header actions menu › validates the federated share input [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/header-menu.spec.ts:100:2 › files_sharing: Public share - header actions menu › moves the primary action into the menu on small screens [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/share-editor.spec.ts:22:2 › files_sharing: Link share editor › lists a share label with special characters as typed [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/share-editor.spec.ts:38:2 › files_sharing: Link share editor › keeps "Hide download" after saving and reloading [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/share-editor.spec.ts:60:2 › files_sharing: Link share editor › cancelling the edition resets to the previous state [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/share-editor.spec.ts:107:2 › files_sharing: Link share editor › the password is unchecked after clearing and saving it [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/share-editor.spec.ts:134:2 › files_sharing: Email share editor › keeps "Hide download" set while creating the share [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:20:2 › files_sharing: Public share - view only › can see the files list [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:25:2 › files_sharing: Public share - view only › can navigate to a subfolder [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:33:2 › files_sharing: Public share - view only › cannot upload files [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:41:2 › files_sharing: Public share - view only › offers downloading as the only file action [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/view-only.spec.ts:65:2 › files_sharing: Public share - view only without download › can see the files list [default] › tests/playwright/tests/playwrigh

Artifacts

Produced during runtime
Name Size Digest
blob-report-1
89.5 KB
sha256:9f07b6cf4c7daebf96956df585ec4e626694e97a3e2d1cb3a53d05d65269761e
blob-report-2
4.19 KB
sha256:6e390501ad5fb5f99813b6692fae5577fd5d4e34f929b21fc0b949c4a7c65dd7
blob-report-3
81.2 KB
sha256:4f16a6bf53cda0109fba86cdcb39af7f0770b448410abfbce4c3821687d608f3
blob-report-4
94.4 KB
sha256:92cfaea346264fe27b472a041231d7c94f983d63b31187d6508de4be51dc26a8
blob-report-5
90.9 KB
sha256:c7f1909c3668c77a598721d2fc8d8c04eb08477cedc69b4749c628dc9487a2c0
blob-report-6
2.07 MB
sha256:826b82dda135ed25887b9221381ed59efcea38f6f568d8d2ee585d9f7ea1d339
blob-report-7
111 KB
sha256:fe36c95d1763e50162867759cfa8cd3acebdd3c27e2f20ce32b61f76219c0af2
blob-report-8
84.6 KB
sha256:a041d867a71f626a6aaddf02ef82d279b57d698bbafe68e1c8c783377a40ebad
blob-report-setup
4.13 KB
sha256:6673b98327838856910fead9c14bec853402658c32eb2c6576e178e4f5fb1ecf
html-report--attempt-1
2.84 MB
sha256:1bfa25069d959e83f8543184fee8b4bb9f96ceed505c5028fe503a1d4b5b18a4