fix(contactsmenu): restore avatars for non-user contacts #6839
Triggered via pull request
August 27, 2026 09:11
Status
Failure
Total duration
2h 34m 45s
Artifacts
10
playwright.yml
on: pull_request
Annotations
21 errors 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/files-renaming.spec.ts:132:2 › Files: Rename nodes › correctly resets renaming state after virtual-scroll re-render:
tests/playwright/support/sections/FilesListPage.ts#L20
1) [default] › tests/playwright/e2e/files/files-renaming.spec.ts:132:2 › Files: Rename nodes › correctly resets renaming state after virtual-scroll re-render
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-renaming.spec.ts:153:23
|
|
[default] › tests/playwright/e2e/files/files-renaming.spec.ts:132:2 › Files: Rename nodes › correctly resets renaming state after virtual-scroll re-render:
tests/playwright/e2e/files/files-renaming.spec.ts#L0
1) [default] › tests/playwright/e2e/files/files-renaming.spec.ts:132:2 › Files: Rename nodes › correctly resets renaming state after virtual-scroll re-render
Test timeout of 45000ms exceeded.
|
|
Playwright tests 1 / 8
Process completed with exit code 1.
|
|
Playwright tests 1 / 8
Process completed with exit code 1.
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('.modal-container:has-text("Authentication required")') to be hidden
79 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div>
at ../support/utils/password-confirmation.ts:32
30 |
31 | // Wait for the dialog to disappear
> 32 | await dialog.waitFor({ state: 'hidden' })
| ^
33 | }
34 |
at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.waitFor: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('.modal-container:has-text("Authentication required")') to be hidden
73 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div>
at ../support/utils/password-confirmation.ts:32
30 |
31 | // Wait for the dialog to disappear
> 32 | await dialog.waitFor({ state: 'hidden' })
| ^
33 | }
34 |
at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Test timeout of 45000ms exceeded.
|
|
playwright-test-summary
Process completed with exit code 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:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L99
3) [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
3) [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
3) [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.
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-renaming.spec.ts:132:2 › Files: Rename nodes › correctly resets renaming state after virtual-scroll re-render:
tests/playwright/support/sections/FilesListPage.ts#L20
2) [default] › tests/playwright/tests/playwright/e2e/files/files-renaming.spec.ts:132:2 › Files: Rename nodes › correctly resets renaming state after virtual-scroll re-render
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-renaming.spec.ts:153:23
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-renaming.spec.ts:132:2 › Files: Rename nodes › correctly resets renaming state after virtual-scroll re-render:
tests/playwright/tests/playwright/e2e/files/files-renaming.spec.ts#L0
2) [default] › tests/playwright/tests/playwright/e2e/files/files-renaming.spec.ts:132:2 › Files: Rename nodes › correctly resets renaming state after virtual-scroll re-render
Test timeout of 45000ms exceeded.
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('.modal-container:has-text("Authentication required")') to be hidden
79 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div>
at ../support/utils/password-confirmation.ts:32
30 |
31 | // Wait for the dialog to disappear
> 32 | await dialog.waitFor({ state: 'hidden' })
| ^
33 | }
34 |
at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159: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:159:2 › Settings: App management › Limit app usage to group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.waitFor: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('.modal-container:has-text("Authentication required")') to be hidden
73 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div>
at ../support/utils/password-confirmation.ts:32
30 |
31 | // Wait for the dialog to disappear
> 32 | await dialog.waitFor({ state: 'hidden' })
| ^
33 | }
34 |
at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159: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:159:2 › Settings: App management › Limit app usage to group
Test timeout of 45000ms exceeded.
|
|
🎭 Playwright Run Summary
7 passed (3.5m)
|
|
🎭 Playwright Run Summary
46 passed (5.9m)
|
|
🎭 Playwright Run Summary
46 passed (9.2m)
|
|
🎭 Playwright Run Summary
48 passed (8.6m)
|
|
🎭 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.8m)
|
|
🎭 Playwright Run Summary
46 passed (12.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files/files-renaming.spec.ts:132:2 › Files: Rename nodes › correctly resets renaming state after virtual-scroll re-render
46 passed (15.0m)
|
|
🎭 Playwright Run Summary
44 passed (14.4m)
|
|
🎭 Playwright Run Summary
1 failed
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
47 passed (16.7m)
|
|
🎭 Playwright Run Summary
1 failed
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
2 flaky
[default] › tests/playwright/tests/playwright/e2e/files/files-renaming.spec.ts:132:2 › Files: Rename nodes › correctly resets renaming state after virtual-scroll re-render
[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
375 passed (21.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
11.7 MB |
sha256:8ef53eb49df97cc75dab6b7d14bf6c39ed646b2d485ed1c2716d85dc08a131f0
|
|
|
blob-report-2
Expired
|
63.9 KB |
sha256:a1c9dcc389cb0438e34931b36545268040972c2f484bf7470dde712664d8c12c
|
|
|
blob-report-3
Expired
|
5.04 MB |
sha256:1bc5b49a782025df8480fbe8b6e5e968b13215a0db86ea5e747782be4de929ec
|
|
|
blob-report-4
Expired
|
90.9 KB |
sha256:6b189bfaf43a682447720dd5e256f0153afdd9f2fde669ecdebd3105c7a24b81
|
|
|
blob-report-5
Expired
|
3.06 MB |
sha256:0c1d2860c2425e912d607f25cf40388c5096145046e0d81900a5436b4a602e43
|
|
|
blob-report-6
Expired
|
116 KB |
sha256:cc0c3ef3b133e81c64df8bc4ae3ef2b997a1b20420161fd858e684cb5ec84835
|
|
|
blob-report-7
Expired
|
109 KB |
sha256:882a71ce3cd920db36c69840af42154d803cb52532cf50b47550175bea22b189
|
|
|
blob-report-8
Expired
|
84.5 KB |
sha256:bc0f14cc5bf850950b58c9ae815223673771542a1fb1c40fae472c618d3452c2
|
|
|
blob-report-setup
Expired
|
14.5 KB |
sha256:e0bf206d27ef69db37b6fc8211928b630a002addc4abbfa1fdf10c64db76f645
|
|
|
html-report--attempt-1
Expired
|
20.5 MB |
sha256:c2e72d8c2aaf403c042b28a223292885e908dc945ea5beb1a05a6a04cf999593
|
|