fix(versions): preserve version encrypted version before rollback #1126
playwright.yml
on: pull_request
Annotations
4 errors, 7 warnings, and 5 notices
|
[chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L67
1) [chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder
Error: page.waitForResponse: Test timeout of 30000ms exceeded.
at ../support/sections/CopyMoveDialogPage.ts:67
65 |
66 | private async confirm(label: string, method: 'COPY' | 'MOVE'): Promise<void> {
> 67 | const done = this.page.waitForResponse(
| ^
68 | (r) => r.request().method() === method
69 | && /\/(remote|public)\.php\/dav\/files\//.test(r.url()),
70 | )
at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:67:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:77:14)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:116:24
|
|
[chrome] › tests/playwright/tests/playwright/e2e/systemtags/files-bulk-action.spec.ts:110:2 › Systemtags: Files bulk action › Can assign and remove multiple tags:
tests/playwright/e2e/systemtags/files-bulk-action.spec.ts#L128
2) [chrome] › tests/playwright/tests/playwright/e2e/systemtags/files-bulk-action.spec.ts:110:2 › Systemtags: Files bulk action › Can assign and remove multiple tags
Error: locator.uncheck: Clicking the checkbox did not change its state
Call log:
- waiting for getByRole('dialog', { name: 'Manage tags' }).getByRole('checkbox', { name: 'd87d86bc-2bce-4d80-93e2-f0276833d57b' })
- locator resolved to <input checked type="checkbox" data-v-c34c63a4="" aria-labelledby="nc-vue-38" id="checkbox-radio-switch-nc-vue-37" class="checkbox-radio-switch__input" label="d87d86bc-2bce-4d80-93e2-f0276833d57b"/>
- attempting click action
- scrolling into view if needed
- done scrolling
- forcing action
- performing click action
- click action done
- waiting for scheduled navigations to finish
- navigations have finished
126 | .scrollIntoViewIfNeeded()
127 | await filesListPage.getTagPicker().getByRole('checkbox', { name: tag2 })
> 128 | .uncheck({ force: true })
| ^
129 | await filesListPage.createNewTagInPicker(tag3)
130 | await filesListPage.applyTagPicker()
131 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/systemtags/files-bulk-action.spec.ts:128:5
|
|
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L67
1) [chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder
Error: page.waitForResponse: Test timeout of 30000ms exceeded.
at ../support/sections/CopyMoveDialogPage.ts:67
65 |
66 | private async confirm(label: string, method: 'COPY' | 'MOVE'): Promise<void> {
> 67 | const done = this.page.waitForResponse(
| ^
68 | (r) => r.request().method() === method
69 | && /\/(remote|public)\.php\/dav\/files\//.test(r.url()),
70 | )
at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:67:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:77:14)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:116:24
|
|
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder:
tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts#L0
1) [chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder
Test timeout of 30000ms exceeded.
|
|
gate
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Playwright setup
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/save@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Playwright tests 1 / 4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Playwright tests 4 / 4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Playwright tests 3 / 4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Playwright tests 2 / 4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
merge-reports
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
35 passed (4.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[chrome] › tests/playwright/e2e/systemtags/files-bulk-action.spec.ts:110:2 › Systemtags: Files bulk action › Can assign and remove multiple tags
31 passed (6.1m)
|
|
🎭 Playwright Run Summary
32 passed (6.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder
29 passed (6.6m)
|
|
🎭 Playwright Run Summary
2 flaky
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder
[chrome] › tests/playwright/tests/playwright/e2e/systemtags/files-bulk-action.spec.ts:110:2 › Systemtags: Files bulk action › Can assign and remove multiple tags
127 passed (6.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
53.2 KB |
sha256:d586a343473a3f7c3d0655e83f4d8b3ca6b010c20d8a57b925e1287a2ce2eb5a
|
|
|
blob-report-2
Expired
|
2.89 MB |
sha256:21b176fabfedc0262770884a64ebc81acc7a4d8409d2e44f78bd68ac78658165
|
|
|
blob-report-3
Expired
|
65.3 KB |
sha256:af3ee2475e801e8de9aef336e8025390d280cbc007c7d9670f35e6d973d9a9b4
|
|
|
blob-report-4
Expired
|
6.31 MB |
sha256:e17c5cca41d8b428a11236ec270fdd0cc43c7dc95500e64bc47a0f1788a1b3bb
|
|
|
html-report--attempt-1
Expired
|
9.79 MB |
sha256:5613e7dff7364f72e75536317883566b2fdb39182f4eb5834d90fab80c00efaf
|
|