Skip to content

Add activity focused selector api #5131

Add activity focused selector api

Add activity focused selector api #5131

Triggered via pull request August 10, 2026 09:47
Status Failure
Total duration 2h 57m 35s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
4m 55s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
13m 37s
Playwright tests for installer
merge-reports
1m 18s
merge-reports
playwright-test-summary
6s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

17 errors, 2 warnings, and 9 notices
Playwright tests 8 / 8
Process completed with exit code 1.
Playwright tests 8 / 8
Process completed with exit code 1.
Playwright tests 8 / 8
Error: Timed out waiting 300000ms from config.webServer.
[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/files-delete.spec.ts:10:2 › Files: Delete › can delete a file: tests/playwright/e2e/files/files-delete.spec.ts#L24
1) [default] › tests/playwright/e2e/files/files-delete.spec.ts:10:2 › Files: Delete › can delete a file Error: expect(received).toBe(expected) // Object.is equality Expected: 204 Received: 500 22 | ) 23 | await filesListPage.triggerActionForFile('file.txt', 'delete') > 24 | expect((await deleteResponse).status()).toBe(204) | ^ 25 | }) 26 | 27 | test('can delete multiple files', async ({ page, user, filesListPage }) => { at /home/runner/work/server/server/tests/playwright/e2e/files/files-delete.spec.ts:24:43
[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.
[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 70 × 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.
merge-reports
Error: Timed out waiting 300000ms from config.webServer.
[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
4) [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
4) [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/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/files-delete.spec.ts:10:2 › Files: Delete › can delete a file: ../../../../work/server/server/tests/playwright/e2e/files/files-delete.spec.ts#L24
2) [default] › tests/playwright/tests/playwright/e2e/files/files-delete.spec.ts:10:2 › Files: Delete › can delete a file Error: expect(received).toBe(expected) // Object.is equality Expected: 204 Received: 500 22 | ) 23 | await filesListPage.triggerActionForFile('file.txt', 'delete') > 24 | expect((await deleteResponse).status()).toBe(204) | ^ 25 | }) 26 | 27 | test('can delete multiple files', async ({ page, user, filesListPage }) => { at /home/runner/work/server/server/tests/playwright/e2e/files/files-delete.spec.ts:24:43
[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 70 × 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.2m
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.2m
🎭 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.5m)
🎭 Playwright Run Summary
45 passed (8.5m)
🎭 Playwright Run Summary
7 passed (7.8m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files/files-delete.spec.ts:10:2 › Files: Delete › can delete a file 44 passed (7.0m)
🎭 Playwright Run Summary
45 passed (11.1m)
🎭 Playwright Run Summary
45 passed (9.4m)
🎭 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 46 passed (16.7m)
🎭 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 (15.2m)
🎭 Playwright Run Summary
4 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/files-delete.spec.ts:10:2 › Files: Delete › can delete a file [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_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 320 passed (21.6m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
4.59 MB
sha256:173f0849018f49301b9407c704b220b171c363a41ce87671dd611924964e605c
blob-report-2 Expired
65.1 KB
sha256:f31ecc6e0f4a8be1b15c4cf18768a21900d8ac62a6b96af5b6348c1892b09320
blob-report-3 Expired
1.87 MB
sha256:9ee38615c71da0562562b9e4619b1927d6646c050143c4df0badc471c9fcd1e8
blob-report-4 Expired
90.5 KB
sha256:0ba87f6360df22347824d7207cedaf7c93f7c0dfe3d5f6ae4341c5224bded6a1
blob-report-5 Expired
1.61 MB
sha256:9f231bd883ebd7a142de0ac47a60618d255b8f351f931bae61d7f5a24aef8b24
blob-report-6 Expired
88.3 KB
sha256:05859dba46eaaa4831018d49a897efa1f9b2128894b58b1abfdc852d6716168a
blob-report-7 Expired
9.32 MB
sha256:94a1401b0a2debc06c11b224a4d198ffd4172128603337abef809b8111efc4be
blob-report-8 Expired
5.47 KB
sha256:1a326a9c18107c2d6559c879a7d6c8bba701ecb88d235836697bda2c0b48b125
blob-report-setup Expired
17.3 KB
sha256:46f92e8e414aa9db68601fe0e134a31cf9b9f8e1f9d5a94b102e74dd6832d716
html-report--attempt-1 Expired
17.8 MB
sha256:309769de3812b5c3eca92715aaa7994239fe52fdf902f8de6f8fb6f5b3ce104d