fix(comments): recreate comment editor on Activity tab remount #7432
Triggered via pull request
September 1, 2026 08:08
Status
Success
Total duration
2h 58m 21s
Artifacts
10
playwright.yml
on: pull_request
Annotations
4 errors, 1 warning, and 10 notices
|
[default] › tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files:
tests/playwright/e2e/files/files-delete.spec.ts#L52
1) [default] › tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('[data-cy-files-list-row-fileid]')
Expected: 0
Received: 1
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-fileid]')
3 × locator resolved to 5 elements
- unexpected value "5"
11 × locator resolved to 1 element
- unexpected value "1"
Call Log:
- Timeout 30000ms exceeded while waiting on the predicate
50 |
51 | await expect(filesListPage.getRows()).toHaveCount(0)
> 52 | }).toPass({ timeout: 30_000 })
| ^
53 | })
54 | })
55 |
at /home/runner/work/server/server/tests/playwright/e2e/files/files-delete.spec.ts:52:6
|
|
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:138:2 › files_versions: versions across a share move/copy › copies the versions when the file is copied out of a received share:
tests/playwright/support/sections/FilesListPage.ts#L181
1) [default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:138:2 › files_versions: versions across a share move/copy › copies the versions when the file is copied out of a received share
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="file.txt"]')
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('[data-cy-files-list-row-name="file.txt"]')
at ../support/sections/FilesListPage.ts:181
179 | */
180 | private async openActionsMenuForRow(row: Locator): Promise<Locator> {
> 181 | await expect(row).toBeVisible({ timeout: 15_000 })
| ^
182 |
183 | await row.hover()
184 |
at FilesListPage.openActionsMenuForRow (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:181:21)
at FilesListPage.triggerActionForRow (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:210:27)
at FilesListPage.triggerActionForFile (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:231:14)
at openVersionsPanel (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/versions.ts:73:18)
at assertVersionsContent (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:97:8)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:146:3
|
|
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:138:2 › files_versions: versions across a share move/copy › copies the versions when the file is copied out of a received share:
tests/playwright/support/sections/FilesListPage.ts#L181
2) [default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:138:2 › files_versions: versions across a share move/copy › copies the versions when the file is copied out of a received share
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="file.txt"]')
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('[data-cy-files-list-row-name="file.txt"]')
at ../support/sections/FilesListPage.ts:181
179 | */
180 | private async openActionsMenuForRow(row: Locator): Promise<Locator> {
> 181 | await expect(row).toBeVisible({ timeout: 15_000 })
| ^
182 |
183 | await row.hover()
184 |
at FilesListPage.openActionsMenuForRow (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:181:21)
at FilesListPage.triggerActionForRow (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:210:27)
at FilesListPage.triggerActionForFile (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:231:14)
at openVersionsPanel (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/versions.ts:73:18)
at assertVersionsContent (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:97:8)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:146:3
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files:
../../../../work/server/server/tests/playwright/e2e/files/files-delete.spec.ts#L52
1) [default] › tests/playwright/tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('[data-cy-files-list-row-fileid]')
Expected: 0
Received: 1
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-fileid]')
3 × locator resolved to 5 elements
- unexpected value "5"
11 × locator resolved to 1 element
- unexpected value "1"
Call Log:
- Timeout 30000ms exceeded while waiting on the predicate
50 |
51 | await expect(filesListPage.getRows()).toHaveCount(0)
> 52 | }).toPass({ timeout: 30_000 })
| ^
53 | })
54 | })
55 |
at /home/runner/work/server/server/tests/playwright/e2e/files/files-delete.spec.ts:52:6
|
|
Slow Test:
[default] › tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/e2e/settings/personal-info.spec.ts took 5.5m
|
|
🎭 Playwright Run Summary
7 passed (3.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files
46 passed (8.9m)
|
|
🎭 Playwright Run Summary
47 passed (7.6m)
|
|
🎭 Playwright Run Summary
47 passed (9.9m)
|
|
🎭 Playwright Run Summary
44 passed (12.7m)
|
|
🎭 Playwright Run Summary
48 passed (14.8m)
|
|
🎭 Playwright Run Summary
46 passed (13.5m)
|
|
🎭 Playwright Run Summary
47 passed (12.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:138:2 › files_versions: versions across a share move/copy › copies the versions when the file is copied out of a received share
45 passed (15.1m)
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/playwright/tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:138:2 › files_versions: versions across a share move/copy › copies the versions when the file is copied out of a received share
377 passed (20.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
|
87.2 KB |
sha256:d683af76c6b18f8ce45bf8139bc2c061cceb9280f77dd96abc571d24f8b646a0
|
|
|
blob-report-2
|
65.4 KB |
sha256:0f05b5d45102a66aae181ef33b8adc4c1ba9f7188e799757f346bb1b1990aa8c
|
|
|
blob-report-3
|
3.11 MB |
sha256:cb854f1dffb96f50679e076bb03c858b5d005237f4acab02156db4a8e22f47f6
|
|
|
blob-report-4
|
90.5 KB |
sha256:e2c67d153c954402dfd21e82cb1c7b102bf96d07d4e5927e9accdb4d1e35768d
|
|
|
blob-report-5
|
89.8 KB |
sha256:2e7c00a1d50b6ae661fa007d2b1e154ddb06affc796810858ce0acf2ab847920
|
|
|
blob-report-6
|
10.6 MB |
sha256:a6d8ad1a0ea5ff8a04f96e64023398f0c919f98fc2ddd1f0e5aba21980e6b487
|
|
|
blob-report-7
|
110 KB |
sha256:fea4f7c70816bcc97d7897857b218e23c243648d9af5af0a8e3bc22684b67ec0
|
|
|
blob-report-8
|
83.9 KB |
sha256:38a8374385703030ef5f1af6f6d474761691abfd6cfdc0e46a43a761b9dfad72
|
|
|
blob-report-setup
|
13.8 KB |
sha256:55e34a4971c0fd65df3dc68ee1cc986dbb48f496dd01ca8a2b5c8955e5161979
|
|
|
html-report--attempt-1
|
14.4 MB |
sha256:4f711ca4d62af61bfd19c6a0a0dd4fc8fb8783ea6fe903bbb8a0f8f22f25a55c
|
|