Skip to content

[stable34] Hide personal settings of apps not enabled for the user #4488

[stable34] Hide personal settings of apps not enabled for the user

[stable34] Hide personal settings of apps not enabled for the user #4488

Triggered via pull request August 4, 2026 16:21
Status Success
Total duration 4h 48m 7s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
5m 5s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
11m 50s
Playwright tests for installer
merge-reports
1m 6s
merge-reports
playwright-test-summary
7s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 3 warnings, and 10 notices
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/support/sections/CopyMoveDialogPage.ts#L99
1) [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Error: locator.click: Test ended. Call log: - waiting for getByRole('dialog').locator('[data-filename="owned-folder"]') at ../support/sections/CopyMoveDialogPage.ts:99 97 | for (const dir of segments) { 98 | const loaded = this.listingLoaded(dir) > 99 | await this.getDestination(dir).click() | ^ 100 | await loaded 101 | } 102 | return segments.at(-1) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:99:35) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/support/sections/CopyMoveDialogPage.ts#L89
1) [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Error: page.waitForResponse: Test ended. at ../support/sections/CopyMoveDialogPage.ts:89 87 | */ 88 | private async listingLoaded(folder?: string): Promise<void> { > 89 | await this.page.waitForResponse((r) => r.request().method() === 'PROPFIND' | ^ 90 | && this.isListingUrl(r.url(), folder)) 91 | await expect(this.loadingRows()).toHaveCount(0) 92 | } at CopyMoveDialogPage.listingLoaded (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:89:19) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:98:24) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/e2e/files_sharing/files-copy-move.spec.ts#L0
1) [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Test timeout of 45000ms exceeded.
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share: tests/playwright/support/sections/CopyMoveDialogPage.ts#L122
1) [default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share Error: page.waitForResponse: Test ended. at ../support/sections/CopyMoveDialogPage.ts:122 120 | await expect(button).toBeEnabled({ timeout: 15000 }) 121 | > 122 | const done = this.page.waitForResponse((r) => r.request().method() === method | ^ 123 | && DAV_FILES_ENDPOINT.test(r.url())) 124 | await button.click() 125 | at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:122:26) at CopyMoveDialogPage.moveToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:155:3) at moveToRoot (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:113:2) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:158:3
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share: tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts#L0
1) [default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share Test timeout of 135000ms exceeded.
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share: tests/playwright/support/sections/CopyMoveDialogPage.ts#L122
2) [default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share Error: page.waitForResponse: Test ended. at ../support/sections/CopyMoveDialogPage.ts:122 120 | await expect(button).toBeEnabled({ timeout: 15000 }) 121 | > 122 | const done = this.page.waitForResponse((r) => r.request().method() === method | ^ 123 | && DAV_FILES_ENDPOINT.test(r.url())) 124 | await button.click() 125 | at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:122:26) at CopyMoveDialogPage.moveToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:155:3) at moveToRoot (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:113:2) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:158:3
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share: tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts#L0
2) [default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share Test timeout of 135000ms exceeded.
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/support/sections/CopyMoveDialogPage.ts#L99
1) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Error: locator.click: Test ended. Call log: - waiting for getByRole('dialog').locator('[data-filename="owned-folder"]') at ../support/sections/CopyMoveDialogPage.ts:99 97 | for (const dir of segments) { 98 | const loaded = this.listingLoaded(dir) > 99 | await this.getDestination(dir).click() | ^ 100 | await loaded 101 | } 102 | return segments.at(-1) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:99:35) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/support/sections/CopyMoveDialogPage.ts#L89
1) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Error: page.waitForResponse: Test ended. at ../support/sections/CopyMoveDialogPage.ts:89 87 | */ 88 | private async listingLoaded(folder?: string): Promise<void> { > 89 | await this.page.waitForResponse((r) => r.request().method() === 'PROPFIND' | ^ 90 | && this.isListingUrl(r.url(), folder)) 91 | await expect(this.loadingRows()).toHaveCount(0) 92 | } at CopyMoveDialogPage.listingLoaded (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:89:19) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:98:24) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts#L0
1) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Test timeout of 45000ms exceeded.
Playwright tests for installer
Docker network rm failed with exit code 1
Slow Test: [default] › tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/e2e/settings/personal-info.spec.ts took 5.1m
Slow Test: [default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts took 5.1m
🎭 Playwright Run Summary
43 passed (6.5m)
🎭 Playwright Run Summary
7 passed (5.9m)
🎭 Playwright Run Summary
44 passed (10.3m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission 43 passed (10.3m)
🎭 Playwright Run Summary
43 passed (10.0m)
🎭 Playwright Run Summary
44 passed (11.2m)
🎭 Playwright Run Summary
43 passed (12.3m)
🎭 Playwright Run Summary
45 passed (12.9m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share 43 passed (14.6m)
🎭 Playwright Run Summary
2 flaky [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission [default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share 355 passed (17.5m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
87.2 KB
sha256:4ccff51fab1aedf9a8e3c1cb243abe7d0862640e7c065f6c3f50cf0b1fbb380a
blob-report-2 Expired
63.9 KB
sha256:3ec66d84df8b44c358f0f5f6e356855a11a70baa4ef4748ca61dd845deba1a2e
blob-report-3 Expired
76.6 KB
sha256:89636ba58ece3f147829a1f5689b52ac7a19f033c3e586682cdf8fa97926b2d9
blob-report-4 Expired
90.1 KB
sha256:fe14f04ffaaa28177f7e9cd0232a731b5c24f3c9e054de9a69d3ca6c5078ba76
blob-report-5 Expired
2.68 MB
sha256:7ba68fbe3ada5ec5070bceb1f3edc08aa12994f07a3d24c12319a9dac33810b8
blob-report-6 Expired
9.23 MB
sha256:8ae7697cc06bf05e9442539a1a6d1cefcacdc4ce9fe131eed51853560ac8c527
blob-report-7 Expired
93.4 KB
sha256:d628a82adc3264971942a251c856f395ed627e7f2da44f1dd79b2ef4c60c0384
blob-report-8 Expired
83.7 KB
sha256:594a4d525630cd847bdb06d225bcb104848241455d78f38ce6ce6c859eab6a86
blob-report-setup Expired
16.2 KB
sha256:daf9d14eaf1fce2c9b3f41336e52245d3f1fc89f0ad2b6e0f7f07de8e79a8438
html-report--attempt-1 Expired
12.6 MB
sha256:c486f3b0bb25d149605f8204ad3ed502bc305fd626cea8383bb86b9af432aa70