Skip to content

[stable35] fix: Correctly filter users when the backend does not implement ISearchKnownUsersBackend #7315

[stable35] fix: Correctly filter users when the backend does not implement ISearchKnownUsersBackend

[stable35] fix: Correctly filter users when the backend does not implement ISearchKnownUsersBackend #7315

Triggered via pull request August 31, 2026 12:13
Status Success
Total duration 5h 6m 24s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
2m 47s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
10m 36s
Playwright tests for installer
merge-reports
2m 41s
merge-reports
playwright-test-summary
8s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 1 warning, 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#L100
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:100 98 | for (const dir of segments) { 99 | const loaded = this.listingLoaded(dir) > 100 | await this.getDestination(dir).click() | ^ 101 | await loaded 102 | } 103 | return segments.at(-1) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:100: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#L90
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:90 88 | */ 89 | private async listingLoaded(folder?: string): Promise<void> { > 90 | await this.page.waitForResponse((r) => r.request().method() === 'PROPFIND' | ^ 91 | && this.isListingUrl(r.url(), folder)) 92 | await expect(this.loadingRows()).toHaveCount(0) 93 | } at CopyMoveDialogPage.listingLoaded (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:90:19) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:99: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/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#L100
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:100 98 | for (const dir of segments) { 99 | const loaded = this.listingLoaded(dir) > 100 | await this.getDestination(dir).click() | ^ 101 | await loaded 102 | } 103 | return segments.at(-1) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:100: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#L90
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:90 88 | */ 89 | private async listingLoaded(folder?: string): Promise<void> { > 90 | await this.page.waitForResponse((r) => r.request().method() === 'PROPFIND' | ^ 91 | && this.isListingUrl(r.url(), folder)) 92 | await expect(this.loadingRows()).toHaveCount(0) 93 | } at CopyMoveDialogPage.listingLoaded (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:90:19) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:99: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.
Slow Test: [default] › tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/e2e/settings/personal-info.spec.ts took 6.0m
🎭 Playwright Run Summary
7 passed (4.7m)
🎭 Playwright Run Summary
46 passed (9.6m)
🎭 Playwright Run Summary
46 passed (8.5m)
🎭 Playwright Run Summary
46 passed (9.9m)
🎭 Playwright Run Summary
46 passed (13.4m)
🎭 Playwright Run Summary
44 passed (11.8m)
🎭 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 45 passed (14.1m)
🎭 Playwright Run Summary
46 passed (12.8m)
🎭 Playwright Run Summary
47 passed (15.4m)
🎭 Playwright Run Summary
1 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 373 passed (18.3m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1
87.3 KB
sha256:92788ce4b2366b3de5cf5b4b7ee5d96b78100c681c833f71c0c9f94e8b695663
blob-report-2
64.4 KB
sha256:22f32cec297a0622b32f3582550ca2618d3c316d1d7254406b27653c883693b5
blob-report-3
79.9 KB
sha256:42b65b93c65394d414dbfb15de8b5065493e5a608c0be134f136c6f4b4012d19
blob-report-4
90.3 KB
sha256:9fbed60d16b00b6f9d5f2b940461c8cb8e80f45a74ac90159c315cf5ce2fbbd2
blob-report-5
2.85 MB
sha256:2fc0ec0ed01570799b070385885a5acfbb28b492dacb6d001b0e8ff6248d76f8
blob-report-6
112 KB
sha256:ee0d45240cdf81d99998bff38ae8f62b689af3f821e3161e3ce32163d86819a9
blob-report-7
116 KB
sha256:5ccd2d8698ab2ddbb897a834d40562b68c1879d2b89683033d34278e8c2ba67f
blob-report-8
84.5 KB
sha256:0ec748120c391672f01629fba8b8f627fe27e9d30693cdd7fda77cf16fe90247
blob-report-setup
14.7 KB
sha256:9052e1ee91ce8090b7deaa5a8122f44503834792a466fccf8243f742135cc320
html-report--attempt-1
3.66 MB
sha256:91902cfeb09cba091a337c8c16f10a54015d55dc42170ba0c855399b99fbe75e