Skip to content

feat: show recent people on contact icon #5236

feat: show recent people on contact icon

feat: show recent people on contact icon #5236

Triggered via pull request August 11, 2026 05:08
Status Success
Total duration 17m 41s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
3m 1s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
9m 38s
Playwright tests for installer
merge-reports
52s
merge-reports
playwright-test-summary
5s
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: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.
[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
2) [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
2) [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
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
45 passed (6.3m)
🎭 Playwright Run Summary
45 passed (4.9m)
🎭 Playwright Run Summary
45 passed (5.8m)
🎭 Playwright Run Summary
43 passed (6.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 (7.1m)
🎭 Playwright Run Summary
45 passed (6.5m)
🎭 Playwright Run Summary
7 passed (5.4m)
🎭 Playwright Run Summary
45 passed (8.5m)
🎭 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 (10.7m)
🎭 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:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share 365 passed (12.3m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
89.7 KB
sha256:ec6c33ebb4a93c14c0f1a442d114ab25e386ed9893648d749bc7b4021432d88e
blob-report-2 Expired
66.6 KB
sha256:0356e2fb641fa517d68998c47584195216f2f01ef2edda7e3a0e319763cc6095
blob-report-3 Expired
82.8 KB
sha256:0a2e0e15f811b263f4ea0bf52087fb97a87d06f21325c524422f17f89b5fa265
blob-report-4 Expired
91.1 KB
sha256:16baf838b8fe4ac374ae9be2f6bdaf15a00d41c474d459684fc1f3d37c6f8a2e
blob-report-5 Expired
1.74 MB
sha256:2c3aee41137b52ed0b4aa3c5159032045a9777f6a888d868cf2e49e9bb5c9c4d
blob-report-6 Expired
89 KB
sha256:fe74f751cf826065a15bffd4ccd7c407c53e77569b249fa5a1b6c06da4342087
blob-report-7 Expired
10.9 MB
sha256:c5cdb143289a8afcfc1904deb392ec7695b6b5e820f02b2b67476286379fd024
blob-report-8 Expired
85.8 KB
sha256:12f854d4ce6721dd5c750ea2dd2a5b8424d6069964e44f42ae77a952d8af124c
blob-report-setup Expired
19.5 KB
sha256:88c1b7b63e41a38224a04a025cda21b8513a65b5ade417faeced634bfed60010
html-report--attempt-1 Expired
13.3 MB
sha256:040b2ade5163cad97b6a64c3db658c541759864b8f89c7181ebdb57a6baf4bf8