fix(dav): handle Thunderbird accept-before-sync UID collisions #691
playwright.yml
on: pull_request
Annotations
10 errors, 7 warnings, and 5 notices
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group:
tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L170
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group
Error: locator.scrollIntoViewIfNeeded: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('table').getByRole('link', { name: 'Update Notification' })
168 |
169 | // Select the updatenotification app
> 170 | await appstorePage.appLink('Update Notification').scrollIntoViewIfNeeded()
| ^
171 | await appstorePage.appLink('Update Notification').click()
172 |
173 | // Click the "Limit to groups" button
at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:170:53
|
|
[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
2) [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/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:67:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:77:14)
at /home/runner/work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:116:24
|
|
[chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:84:2 › Files: Move or copy files › can copy a file to the same folder:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L67
1) [chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:84:2 › Files: Move or copy files › can copy a file 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/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:67:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:77:14)
at /home/runner/work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:89:24
|
|
[chrome] › tests/playwright/tests/playwright/e2e/systemtags/files-bulk-action.spec.ts:85:2 › Systemtags: Files bulk action › Can remove multiple tags from selection:
../../../../work/server/server/tests/playwright/e2e/systemtags/files-bulk-action.spec.ts#L101
4) [chrome] › tests/playwright/tests/playwright/e2e/systemtags/files-bulk-action.spec.ts:85:2 › Systemtags: Files bulk action › Can remove multiple tags from selection
Error: locator.uncheck: Clicking the checkbox did not change its state
Call log:
- waiting for getByRole('dialog', { name: 'Manage tags' }).getByRole('checkbox', { name: 'd10e01ab-1249-4447-b8c2-ae18c280b8e9' })
- 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="d10e01ab-1249-4447-b8c2-ae18c280b8e9"/>
- 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
99 | await filesListPage.openTagPickerForSelection()
100 | await filesListPage.getTagPicker().getByRole('checkbox', { name: tag2 })
> 101 | .uncheck({ force: true })
| ^
102 | await filesListPage.getTagPicker().getByRole('checkbox', { name: tag3 })
103 | .uncheck({ force: true })
104 | await filesListPage.applyTagPicker()
at /home/runner/work/server/server/tests/playwright/e2e/systemtags/files-bulk-action.spec.ts:101: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:
../../../../work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts#L67
3) [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/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:67:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:77:14)
at /home/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
3) [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.
|
|
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:84:2 › Files: Move or copy files › can copy a file to the same folder:
../../../../work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts#L67
2) [chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:84:2 › Files: Move or copy files › can copy a file 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/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:67:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:77:14)
at /home/runner/work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:89:24
|
|
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:84:2 › Files: Move or copy files › can copy a file to the same folder:
tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts#L0
2) [chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:84:2 › Files: Move or copy files › can copy a file to the same folder
Test timeout of 30000ms exceeded.
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group:
../../../../work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L170
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group
Error: locator.scrollIntoViewIfNeeded: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('table').getByRole('link', { name: 'Update Notification' })
168 |
169 | // Select the updatenotification app
> 170 | await appstorePage.appLink('Update Notification').scrollIntoViewIfNeeded()
| ^
171 | await appstorePage.appLink('Update Notification').click()
172 |
173 | // Click the "Limit to groups" button
at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:170:53
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165: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:165:2 › Settings: App management › Limit app usage to group
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 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 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 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
1 flaky
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group
29 passed (3.9m)
|
|
🎭 Playwright Run Summary
30 passed (4.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[chrome] › tests/playwright/e2e/systemtags/files-bulk-action.spec.ts:85:2 › Systemtags: Files bulk action › Can remove multiple tags from selection
28 passed (5.0m)
|
|
🎭 Playwright Run Summary
2 flaky
[chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:84:2 › Files: Move or copy files › can copy a file to the same folder
[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
28 passed (7.2m)
|
|
🎭 Playwright Run Summary
4 flaky
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:165:2 › Settings: App management › Limit app usage to group
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:84:2 › Files: Move or copy files › can copy a file to the same folder
[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:85:2 › Systemtags: Files bulk action › Can remove multiple tags from selection
115 passed (7.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
5.27 MB |
sha256:f2be1ee79cb9bb12d400ea610157b6adc8569f401ad48c26d010b8b979101f7e
|
|
|
blob-report-2
Expired
|
6.37 MB |
sha256:62a6d8d3fb2a69803582c6a1bf659fb4cf05b2683ba8d9de9e2314fae43e9824
|
|
|
blob-report-3
Expired
|
66.1 KB |
sha256:589613edb09d4bf194c888b0f0465b008bc487532a3ab7777c8bbf71df629904
|
|
|
blob-report-4
Expired
|
4.76 MB |
sha256:fa2c67556896ffa8a3cca9515e26945ff9b76f2d87035bd66ccab17a47e1f656
|
|
|
html-report--attempt-2
Expired
|
16.9 MB |
sha256:972d26ba3620763c84569f6d26e253f6a5e8f2c5339e4a4a6e8abd82b013021a
|
|