fix: Check rememberme cookie previous session id matches uid #6876
Triggered via pull request
August 27, 2026 11:39
Status
Success
Total duration
3h 18m 23s
Artifacts
10
playwright.yml
on: pull_request
Annotations
4 errors, 1 warning, 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/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: 2
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-fileid]')
4 × locator resolved to 5 elements
- unexpected value "5"
- locator resolved to 3 elements
- unexpected value "3"
9 × locator resolved to 2 elements
- unexpected value "2"
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/actions-runner/_work/server/server/tests/playwright/e2e/files/files-delete.spec.ts:52:6
|
|
[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
2) [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
|
|
[default] › tests/playwright/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/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: 2
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-fileid]')
4 × locator resolved to 5 elements
- unexpected value "5"
- locator resolved to 3 elements
- unexpected value "3"
9 × locator resolved to 2 elements
- unexpected value "2"
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/actions-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 6.2m
|
|
🎭 Playwright Run Summary
46 passed (5.7m)
|
|
🎭 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
45 passed (6.8m)
|
|
🎭 Playwright Run Summary
7 passed (5.3m)
|
|
🎭 Playwright Run Summary
48 passed (8.0m)
|
|
🎭 Playwright Run Summary
46 passed (11.0m)
|
|
🎭 Playwright Run Summary
44 passed (8.0m)
|
|
🎭 Playwright Run Summary
46 passed (11.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files
46 passed (11.6m)
|
|
🎭 Playwright Run Summary
48 passed (16.5m)
|
|
🎭 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_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
376 passed (21.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
89.7 KB |
sha256:f34fa8c29e5dbcbe545b684b259cf43539947a7b5cbbfb4290710a8890464087
|
|
|
blob-report-2
Expired
|
63.3 KB |
sha256:0e972d533095b1dfd28debdfc98e6acca6889db66b560bdbf57597642197163b
|
|
|
blob-report-3
Expired
|
3.1 MB |
sha256:e1e87d06ca38d4d8400398fd8726ec6106a19bfcfff5122384a02e55dbacc80b
|
|
|
blob-report-4
Expired
|
91.5 KB |
sha256:5cc0b3cdf65914156fb9496748e53d293037f1f79fb1fbe26bd774abefac2d33
|
|
|
blob-report-5
Expired
|
1.58 MB |
sha256:52e1d173fa619a75454f833e2a8e539bba63d9c8ec195475feaff32595cfccc3
|
|
|
blob-report-6
Expired
|
118 KB |
sha256:3adf99fe581ff4287ba6e1a1025c5625e23ff4949f2c7ccde6e485e809942ac7
|
|
|
blob-report-7
Expired
|
111 KB |
sha256:d2e5511e87ee75e6e02acc7b67c06f86e7b91ef794f3fa05b9b48406786e87d6
|
|
|
blob-report-8
Expired
|
83.6 KB |
sha256:f5f45ce2974d718fb649d4bd5c5f34f3ec31386d6d6a238f7d710b82522a2706
|
|
|
blob-report-setup
Expired
|
14.6 KB |
sha256:3e13e3bc6d9d84ba0d29b97fbe0a1dc7a21063f5c06f8ac42ef0473ab68736da
|
|
|
html-report--attempt-1
|
5.4 MB |
sha256:12c00421c63a6a5983a9d59bd44d48c54da662e5f5b2f4277960cc4052f75aaa
|
|