Skip to content

[stable34] fix(appconfig): make type-conflict error self-explanatory #6715

[stable34] fix(appconfig): make type-conflict error self-explanatory

[stable34] fix(appconfig): make type-conflict error self-explanatory #6715

Triggered via pull request August 25, 2026 23:39
Status Success
Total duration 50m 44s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
5m 36s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
10m 22s
Playwright tests for installer
merge-reports
42s
merge-reports
playwright-test-summary
6s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

6 errors 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_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:133:3
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:128:2 › files_versions: versions across a share move/copy › moves the versions when the file is moved out of a received share Test timeout of 135000ms exceeded.
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file is moved out of a received share: tests/playwright/support/sections/CopyMoveDialogPage.ts#L122
2) [default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:133:3
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file is moved out of a received share: tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts#L0
2) [default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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
1) [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
🎭 Playwright Run Summary
43 passed (4.9m)
🎭 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 43 passed (6.2m)
🎭 Playwright Run Summary
45 passed (11.7m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file is moved out of a received share 43 passed (11.6m)
🎭 Playwright Run Summary
7 passed (6.2m)
🎭 Playwright Run Summary
43 passed (12.9m)
🎭 Playwright Run Summary
44 passed (10.9m)
🎭 Playwright Run Summary
43 passed (9.5m)
🎭 Playwright Run Summary
44 passed (11.2m)
🎭 Playwright Run Summary
2 flaky [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:128:2 › files_versions: versions across a share move/copy › moves the versions when the file is moved out of a received share 355 passed (15.9m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
85.5 KB
sha256:788c0d7fefa3139b53b41353ca32d132942eddc216d3c536900d37e6197af2f6
blob-report-2 Expired
61.7 KB
sha256:8288a642cec9c3c1af35830f14105ec568df72a353db2efaa5ceada29f03ee85
blob-report-3 Expired
74.6 KB
sha256:65ebf15ea2de338474ff90cd1142de32fb8f75f6cc22822d75c8f89d663b50ef
blob-report-4 Expired
88.7 KB
sha256:8ccfe81d8c4be5a5bd6fdd41aacc249574e71607a814e7362a75545c91085c4c
blob-report-5 Expired
1.62 MB
sha256:982b5b4da9cc58e558f0e44290f57681db1bd8357625f139ba8acf5c667736e7
blob-report-6 Expired
10.8 MB
sha256:c5d574b382e60fc015ad31603abe713f2618b82290f798bd3f4936c1aaf6abcd
blob-report-7 Expired
91.4 KB
sha256:d54ac91ae470264a62572980de2568a636dac728e818b460c26dd2d046229273
blob-report-8 Expired
81.6 KB
sha256:32d6f09699f0aefb5beca50caeded3edf28945121f1f4bd22713b470b565d7ea
blob-report-setup Expired
14.3 KB
sha256:0839da00be1d9212671a7af5449576c4f78ca622650489f050a30251ee408c26
html-report--attempt-1
13.1 MB
sha256:6937fcbb029047e5735719cba9ca425902c130d53b01048ca5a532b826b519f0