Room list: edit or remove custom sections #1468
build-and-test.yaml
on: pull_request
Build Element Web
2m 22s
Matrix: playwright_ew
Downstream Playwright tests [element-modules]
/
Run Playwright end-to-end tests & upload html report
Matrix: Desktop Linux
Matrix: Desktop Windows
Waiting for pending jobs
end-to-end-tests
46s
Annotations
6 errors, 1 warning, and 5 notices
|
Run Tests [Chrome] 1/4
Process completed with exit code 1.
|
|
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:230:9 › Room list custom sections › Section removal › should move rooms back to Chats when their section is removed:
apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts#L52
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:230:9 › Room list custom sections › Section removal › should move rooms back to Chats when their section is removed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveAttribute(expected) failed
Locator: getByTestId('room-list').getByRole('row', { name: 'Open room my room' })
Expected: "2"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for getByTestId('room-list').getByRole('row', { name: 'Open room my room' })
50 | const roomRow = roomList.getByRole("row", { name: `Open room ${roomName}` });
51 | // Room row must be at aria-level=2 (i.e. inside a section)
> 52 | await expect(roomRow).toHaveAttribute("aria-level", "2");
| ^
53 | // The closest preceding aria-level=1 row must be the expected section header.
54 | // XPath preceding:: axis returns nodes before the context in document order; [1] picks the nearest one.
55 | const closestSectionHeader = roomRow.locator(`xpath=preceding::*[@ROLE="row" and @aria-level="1"][1]`);
at assertRoomInSection (/home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:52:31)
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:255:19
|
|
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:230:9 › Room list custom sections › Section removal › should move rooms back to Chats when their section is removed:
apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts#L52
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:230:9 › Room list custom sections › Section removal › should move rooms back to Chats when their section is removed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveAttribute(expected) failed
Locator: getByTestId('room-list').getByRole('row', { name: 'Open room my room' })
Expected: "2"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for getByTestId('room-list').getByRole('row', { name: 'Open room my room' })
50 | const roomRow = roomList.getByRole("row", { name: `Open room ${roomName}` });
51 | // Room row must be at aria-level=2 (i.e. inside a section)
> 52 | await expect(roomRow).toHaveAttribute("aria-level", "2");
| ^
53 | // The closest preceding aria-level=1 row must be the expected section header.
54 | // XPath preceding:: axis returns nodes before the context in document order; [1] picks the nearest one.
55 | const closestSectionHeader = roomRow.locator(`xpath=preceding::*[@ROLE="row" and @aria-level="1"][1]`);
at assertRoomInSection (/home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:52:31)
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:255:19
|
|
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:230:9 › Room list custom sections › Section removal › should move rooms back to Chats when their section is removed:
apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts#L52
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:230:9 › Room list custom sections › Section removal › should move rooms back to Chats when their section is removed
Error: expect(locator).toHaveAttribute(expected) failed
Locator: getByTestId('room-list').getByRole('row', { name: 'Open room my room' })
Expected: "2"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for getByTestId('room-list').getByRole('row', { name: 'Open room my room' })
50 | const roomRow = roomList.getByRole("row", { name: `Open room ${roomName}` });
51 | // Room row must be at aria-level=2 (i.e. inside a section)
> 52 | await expect(roomRow).toHaveAttribute("aria-level", "2");
| ^
53 | // The closest preceding aria-level=1 row must be the expected section header.
54 | // XPath preceding:: axis returns nodes before the context in document order; [1] picks the nearest one.
55 | const closestSectionHeader = roomRow.locator(`xpath=preceding::*[@ROLE="row" and @aria-level="1"][1]`);
at assertRoomInSection (/home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:52:31)
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:255:19
|
|
end-to-end-tests
Process completed with exit code 1.
|
|
end-to-end-tests
1 tests failed, skipping stale screenshot reporter.
|
|
Desktop Linux (static, amd64, false) / Build Linux amd64 SQLCipher static
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: nbucic/variable-mapper@0673f6891a0619ba7c002ecfed0f9f4f39017b6f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 skipped
130 passed (10.4m)
|
|
🎭 Playwright Run Summary
3 skipped
130 passed (11.1m)
|
|
🎭 Playwright Run Summary
1 skipped
6 passed (22.2s)
|
|
🎭 Playwright Run Summary
1 failed
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:230:9 › Room list custom sections › Section removal › should move rooms back to Chats when their section is removed
136 passed (12.8m)
|
|
🎭 Playwright Run Summary
1 skipped
130 passed (15.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-Chrome-1
|
6.21 MB |
sha256:552171c9fc5b1657523cbb4334b6049e251afaf0efe79e60985314a2db66b416
|
|
|
blob-report-Chrome-2
|
952 KB |
sha256:bc8ed113933c0439284fdb3c3009a3978a9a013f0c9e6f83203c7affe4352e0f
|
|
|
blob-report-Chrome-3
|
1.53 MB |
sha256:242759a5d87ac5d506d2ca18ede89f11f986204cc76333e7da3eaa803e5bf892
|
|
|
blob-report-Chrome-4
|
970 KB |
sha256:949b38663602e7b13ef428dc21652f4882ac72eede1204b80f1a56db97d0a0e6
|
|
|
blob-report-linux-amd64-sqlcipher-static
|
43.5 KB |
sha256:36cf949f731fa92c085c22a7bd437baa1bb2dfe2d3e6ea04aeae732888fc3d69
|
|
|
desktop-prepare
|
41.2 MB |
sha256:5dd07318c3bcca04e2e13315678b3714abcb4c73768983a920a093f7758aaf49
|
|
|
html-report
|
8.39 MB |
sha256:b75c96275ce698077d51c8e111f612a17e7a7c899c745f05d688065e3a356a83
|
|
|
linux-amd64-sqlcipher-static
|
284 MB |
sha256:a9c2cccefd438301c30a4be93c80049c70eb52789e07c01b6d2ab7ca9c58c333
|
|
|
webapp
|
41.5 MB |
sha256:99849322e2970580719b344e9b82289edd56615a8fc455dfa988f6527d7f70a4
|
|