Skip to content

fix(preview): order previews by ID during pagination #5587

fix(preview): order previews by ID during pagination

fix(preview): order previews by ID during pagination #5587

Triggered via pull request August 14, 2026 16:15
Status Success
Total duration 1h 42m 34s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
4m 35s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
16m 59s
Playwright tests for installer
merge-reports
49s
merge-reports
playwright-test-summary
8s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

10 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/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg: tests/playwright/support/sections/FilesListPage.ts#L61
1) [default] › tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg Error: locator.waitFor: Target page, context or browser has been closed at ../support/sections/FilesListPage.ts:61 59 | const indicator = this.getLoadingIndicator() 60 | await indicator.waitFor({ state: 'visible', timeout: 2000 }).catch(() => {}) > 61 | await indicator.waitFor({ state: 'hidden' }) | ^ 62 | } 63 | 64 | /** at FilesListPage.waitForListLoaded (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:61:19) at FilesListPage.reloadCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:130:3) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/live-photos.spec.ts:42:4
[default] › tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg: tests/playwright/e2e/files/live-photos.spec.ts#L0
1) [default] › tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg 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 67 × 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.
[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
3) [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:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg: tests/playwright/support/sections/FilesListPage.ts#L61
2) [default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg Error: locator.waitFor: Target page, context or browser has been closed at ../support/sections/FilesListPage.ts:61 59 | const indicator = this.getLoadingIndicator() 60 | await indicator.waitFor({ state: 'visible', timeout: 2000 }).catch(() => {}) > 61 | await indicator.waitFor({ state: 'hidden' }) | ^ 62 | } 63 | 64 | /** at FilesListPage.waitForListLoaded (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:61:19) at FilesListPage.reloadCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:130:3) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/live-photos.spec.ts:42:4
[default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg: tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts#L0
2) [default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg 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 67 × 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.
Slow Test: [default] › tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/e2e/settings/personal-info.spec.ts took 5.5m
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.5m
🎭 Playwright Run Summary
45 passed (6.2m)
🎭 Playwright Run Summary
45 passed (8.7m)
🎭 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 (8.0m)
🎭 Playwright Run Summary
43 passed (14.3m)
🎭 Playwright Run Summary
7 passed (9.1m)
🎭 Playwright Run Summary
45 passed (12.6m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg 44 passed (16.0m)
🎭 Playwright Run Summary
1 flaky [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group 44 passed (16.6m)
🎭 Playwright Run Summary
47 passed (16.5m)
🎭 Playwright Run Summary
3 flaky [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group [default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg [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 364 passed (20.9m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
3.79 MB
sha256:a2e855778eaacdeea560cf7a07b602b775122fb82a385e730526a3152022d980
blob-report-2 Expired
61.2 KB
sha256:7614839e781888bf761e97e10ab7832d394f5cd9c0ddd930c94e86b1df108522
blob-report-3 Expired
79 KB
sha256:a49ef7b7fa0e7aea39bbfeef2d8791ceefd4f68c66d168584438a8ab8566bfcd
blob-report-4 Expired
5.36 MB
sha256:b2b0aa7740997ea6179b8eeb58ee7ff85efef93bc371bf7f9e389cd79266981c
blob-report-5 Expired
1.63 MB
sha256:dfabbb334ddb6cce340d9c0458fb0c0e5f37be8178da895b6365d66cb2636bc7
blob-report-6 Expired
84.6 KB
sha256:3d365b909603783f3ec0813e16f0d61b06b0731cdfeb19014910d1dd6187804e
blob-report-7 Expired
117 KB
sha256:9fda5ae86b7e5206c32a66b499fd6647599ed6f5b314bac6e327ebf46e1e9263
blob-report-8 Expired
81.6 KB
sha256:2c50b3b17faaabe780ab63836f57f3f0280f41c8732159ef74528c9a8e059b0d
blob-report-setup Expired
14.2 KB
sha256:fbfcaa63b99b567d0cf33a5bf81ef49ff6a91696f5c02201fc2195c2bf34235e
html-report--attempt-1 Expired
11.4 MB
sha256:f99149d381e69d315039e0de4ad0c69417df12671a1bc087ae5d3d1a19e13ee7