Skip to content

feat(entity): Provide a new API for entities #5410

feat(entity): Provide a new API for entities

feat(entity): Provide a new API for entities #5410

Triggered via pull request August 12, 2026 12:23
Status Success
Total duration 40m 32s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
5m 49s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
11m 14s
Playwright tests for installer
merge-reports
52s
merge-reports
playwright-test-summary
8s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 2 warnings, and 10 notices
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy: tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
1) [default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy-files-list-row-name="other.txt"]') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('[data-cy-files-list-row-name="other.txt"]') 62 | await filesListPage.renameFile('foo.txt', 'other.txt') 63 | > 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible() | ^ 65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0) 66 | }) 67 | }) at /home/runner/work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
[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/utils/dav.ts#L216
1) [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: apiRequestContext.get: socket hang up Call log: - → GET http://localhost:8042/csrftoken - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.7922.34 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - authorization: Basic eDZ2dWY6eDZ2dWY= at ../support/utils/dav.ts:216 214 | */ 215 | async function getRequestToken(request: APIRequestContext): Promise<string> { > 216 | const response = await request.get('/csrftoken', { failOnStatusCode: true }) | ^ 217 | return (await response.json()).token 218 | } 219 | at getRequestToken (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:216:33) at mkdir (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:25:29) at seedSharedFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/sharing.ts:264:8) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:38:9
[default] › tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder: tests/playwright/e2e/files/live-photos.spec.ts#L0
1) [default] › tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder Test timeout of 45000ms exceeded.
[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/utils/dav.ts#L216
3) [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: apiRequestContext.get: socket hang up Call log: - → GET http://localhost:8042/csrftoken - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.7922.34 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - authorization: Basic eDZ2dWY6eDZ2dWY= at ../support/utils/dav.ts:216 214 | */ 215 | async function getRequestToken(request: APIRequestContext): Promise<string> { > 216 | const response = await request.get('/csrftoken', { failOnStatusCode: true }) | ^ 217 | return (await response.json()).token 218 | } 219 | at getRequestToken (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:216:33) at mkdir (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:25:29) at seedSharedFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/sharing.ts:264:8) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/header-avatar.spec.ts:38:9
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy: ../../../../work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy-files-list-row-name="other.txt"]') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('[data-cy-files-list-row-name="other.txt"]') 62 | await filesListPage.renameFile('foo.txt', 'other.txt') 63 | > 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible() | ^ 65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0) 66 | }) 67 | }) at /home/runner/work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
[default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder: tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts#L0
1) [default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder 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 5.4m
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.4m
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file 44 passed (6.4m)
🎭 Playwright Run Summary
7 passed (4.9m)
🎭 Playwright Run Summary
1 flaky [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 44 passed (10.2m)
🎭 Playwright Run Summary
43 passed (10.5m)
🎭 Playwright Run Summary
45 passed (8.5m)
🎭 Playwright Run Summary
45 passed (11.0m)
🎭 Playwright Run Summary
45 passed (14.5m)
🎭 Playwright Run Summary
47 passed (14.3m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder 44 passed (12.7m)
🎭 Playwright Run Summary
3 flaky [default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file [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 364 passed (21.9m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
125 KB
sha256:f8565cad5ca6731bea2489aa989a80a2cdc76ab9b04ad75af81c53bcd86a0456
blob-report-2 Expired
121 KB
sha256:d2358101a9bd100707cc00a523efe1ce421b638c2faf52f2bacff96f8da36dfc
blob-report-3 Expired
118 KB
sha256:498eb2ea4a781a8ec076ccb626ffc773ad065b538e44a78bef3a9c00b71e4a04
blob-report-4 Expired
7.97 MB
sha256:45c4b9b32f35de5970c6ac964aac500a12d3b1f3da95b32491d343f76327f0eb
blob-report-5 Expired
1.56 MB
sha256:f83cf01746f17312fd2e03ed5d6376f800fb2420e08da59b1d98b3addc8bbd76
blob-report-6 Expired
3.34 MB
sha256:9ef2b08dc7dc1afa5aa3bc4647e7a573bdaf70c5891ff5ad70b770f0dbde78df
blob-report-7 Expired
155 KB
sha256:f78cdea444dba05be8571f335a7f294ee72884f12228106ab06e6159bb62b7de
blob-report-8 Expired
121 KB
sha256:ba6098a885ab87c7e0f72fe79ed718ca266c8867169dfd80e598009539a1aa31
blob-report-setup Expired
53.9 KB
sha256:aad7ce164867bad61cd59e13da5e8dd83d3860e50edf629d91ea1a86d7820b69
html-report--attempt-1 Expired
13.4 MB
sha256:d18c7601001a5ce97a066e1b6e270290eee496d5ad34c836eccab715229b2a74