Skip to content

Room list reduce section font size #1475

Room list reduce section font size

Room list reduce section font size #1475

Triggered via pull request April 23, 2026 14:15
Status Failure
Total duration 25m 50s
Artifacts 11

build-and-test.yaml

on: pull_request
Build Element Web
2m 27s
Build Element Web
Prepare Element Desktop  /  Prepare
35s
Prepare Element Desktop / Prepare
Matrix: playwright_ew
Downstream Playwright tests [element-modules]  /  Run Playwright end-to-end tests & upload html report
Downstream Playwright tests [element-modules] / Run Playwright end-to-end tests & upload html report
Matrix: Desktop Linux
Matrix: Desktop Windows
Waiting for pending jobs
Desktop macOS  /  Build macOS Universal
Desktop macOS / Build macOS Universal
Desktop macOS  /  ...  /  test
Desktop macOS / Test macOS Universal / test
end-to-end-tests
37s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 2 warnings, and 5 notices
Run Tests [Chrome] 2/4
Process completed with exit code 1.
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:185:13 › Room list › Room list › Shortcuts › should select the next unread room: apps/web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L200
3) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:185:13 › Room list › Room list › Shortcuts › should select the next unread room Error: expect(locator).toBeVisible() failed Locator: getByRole('heading', { name: '1 notification', level: 1 }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('heading', { name: '1 notification', level: 1 }) 198 | await page.keyboard.press("Alt+Shift+ArrowDown"); 199 | > 200 | await expect(page.getByRole("heading", { name: "1 notification", level: 1 })).toBeVisible(); | ^ 201 | }); 202 | }); 203 | at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:200:95
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:129:9 › Room list sections › Section collapse and expand › should render collapsed section @screenshot: apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts#L146
2) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:129:9 › Room list sections › Section collapse and expand › should render collapsed section @screenshot Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: getByTestId('room-list') 438 pixels (ratio 0.01 of all image pixels) are different. Snapshot: room-list-sections-collapsed.png Call log: - Expect "toHaveScreenshot(room-list-sections-collapsed.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="3" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 438 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="3" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 438 pixels (ratio 0.01 of all image pixels) are different. 144 | await expect(roomList.getByRole("row", { name: "Open room regular room" })).toBeVisible(); 145 | > 146 | await expect(roomList).toMatchScreenshot("room-list-sections-collapsed.png"); | ^ 147 | }); 148 | }); 149 | at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:146:36
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:129:9 › Room list sections › Section collapse and expand › should render collapsed section @screenshot: apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts#L146
2) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:129:9 › Room list sections › Section collapse and expand › should render collapsed section @screenshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: getByTestId('room-list') 438 pixels (ratio 0.01 of all image pixels) are different. Snapshot: room-list-sections-collapsed.png Call log: - Expect "toHaveScreenshot(room-list-sections-collapsed.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="3" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 438 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="3" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 438 pixels (ratio 0.01 of all image pixels) are different. 144 | await expect(roomList.getByRole("row", { name: "Open room regular room" })).toBeVisible(); 145 | > 146 | await expect(roomList).toMatchScreenshot("room-list-sections-collapsed.png"); | ^ 147 | }); 148 | }); 149 | at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:146:36
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:129:9 › Room list sections › Section collapse and expand › should render collapsed section @screenshot: apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts#L146
2) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:129:9 › Room list sections › Section collapse and expand › should render collapsed section @screenshot Error: expect(locator).toHaveScreenshot(expected) failed Locator: getByTestId('room-list') 438 pixels (ratio 0.01 of all image pixels) are different. Snapshot: room-list-sections-collapsed.png Call log: - Expect "toHaveScreenshot(room-list-sections-collapsed.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="3" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 438 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="3" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 438 pixels (ratio 0.01 of all image pixels) are different. 144 | await expect(roomList.getByRole("row", { name: "Open room regular room" })).toBeVisible(); 145 | > 146 | await expect(roomList).toMatchScreenshot("room-list-sections-collapsed.png"); | ^ 147 | }); 148 | }); 149 | at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:146:36
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:37:9 › Room list sections › Section rendering › should render sections with correct rooms in each @screenshot: apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts#L62
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:37:9 › Room list sections › Section rendering › should render sections with correct rooms in each @screenshot Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: getByTestId('room-list') 673 pixels (ratio 0.01 of all image pixels) are different. Snapshot: room-list-sections.png Call log: - Expect "toHaveScreenshot(room-list-sections.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="8" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 673 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="8" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 673 pixels (ratio 0.01 of all image pixels) are different. 60 | await expect(roomList.getByRole("row", { name: "Open room room0" })).toBeVisible(); 61 | > 62 | await expect(roomList).toMatchScreenshot("room-list-sections.png"); | ^ 63 | }); 64 | 65 | test("should only show non-empty sections", async ({ page, app }) => { at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:62:36
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:37:9 › Room list sections › Section rendering › should render sections with correct rooms in each @screenshot: apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts#L62
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:37:9 › Room list sections › Section rendering › should render sections with correct rooms in each @screenshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: getByTestId('room-list') 673 pixels (ratio 0.01 of all image pixels) are different. Snapshot: room-list-sections.png Call log: - Expect "toHaveScreenshot(room-list-sections.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="8" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 673 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="8" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 673 pixels (ratio 0.01 of all image pixels) are different. 60 | await expect(roomList.getByRole("row", { name: "Open room room0" })).toBeVisible(); 61 | > 62 | await expect(roomList).toMatchScreenshot("room-list-sections.png"); | ^ 63 | }); 64 | 65 | test("should only show non-empty sections", async ({ page, app }) => { at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:62:36
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:37:9 › Room list sections › Section rendering › should render sections with correct rooms in each @screenshot: apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts#L62
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:37:9 › Room list sections › Section rendering › should render sections with correct rooms in each @screenshot Error: expect(locator).toHaveScreenshot(expected) failed Locator: getByTestId('room-list') 673 pixels (ratio 0.01 of all image pixels) are different. Snapshot: room-list-sections.png Call log: - Expect "toHaveScreenshot(room-list-sections.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="8" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 673 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="8" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 673 pixels (ratio 0.01 of all image pixels) are different. 60 | await expect(roomList.getByRole("row", { name: "Open room room0" })).toBeVisible(); 61 | > 62 | await expect(roomList).toMatchScreenshot("room-list-sections.png"); | ^ 63 | }); 64 | 65 | test("should only show non-empty sections", async ({ page, app }) => { at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:62:36
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:219:9 › Room list custom sections › Adding a room to a custom section › should show 'Chat moved' toast when adding a room to a custom section @screenshot: apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts#L240
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:219:9 › Room list custom sections › Adding a room to a custom section › should show 'Chat moved' toast when adding a room to a custom section @screenshot Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: getByTestId('room-list') 150 pixels (ratio 0.01 of all image pixels) are different. Snapshot: room-list-sections-chat-moved-toast.png Call log: - Expect "toHaveScreenshot(room-list-sections-chat-moved-toast.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="2" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 150 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="2" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 150 pixels (ratio 0.01 of all image pixels) are different. 238 | await page.getByRole("button", { name: "User menu" }).focus(); 239 | > 240 | await expect(roomList).toMatchScreenshot("room-list-sections-chat-moved-toast.png"); | ^ 241 | }, 242 | ); 243 | at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:240:40
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:219:9 › Room list custom sections › Adding a room to a custom section › should show 'Chat moved' toast when adding a room to a custom section @screenshot: apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts#L240
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:219:9 › Room list custom sections › Adding a room to a custom section › should show 'Chat moved' toast when adding a room to a custom section @screenshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: getByTestId('room-list') 150 pixels (ratio 0.01 of all image pixels) are different. Snapshot: room-list-sections-chat-moved-toast.png Call log: - Expect "toHaveScreenshot(room-list-sections-chat-moved-toast.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="2" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 150 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="2" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 150 pixels (ratio 0.01 of all image pixels) are different. 238 | await page.getByRole("button", { name: "User menu" }).focus(); 239 | > 240 | await expect(roomList).toMatchScreenshot("room-list-sections-chat-moved-toast.png"); | ^ 241 | }, 242 | ); 243 | at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:240:40
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:219:9 › Room list custom sections › Adding a room to a custom section › should show 'Chat moved' toast when adding a room to a custom section @screenshot: apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts#L240
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:219:9 › Room list custom sections › Adding a room to a custom section › should show 'Chat moved' toast when adding a room to a custom section @screenshot Error: expect(locator).toHaveScreenshot(expected) failed Locator: getByTestId('room-list') 150 pixels (ratio 0.01 of all image pixels) are different. Snapshot: room-list-sections-chat-moved-toast.png Call log: - Expect "toHaveScreenshot(room-list-sections-chat-moved-toast.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="2" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 150 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByTestId('room-list') - locator resolved to <div tabindex="0" role="treegrid" aria-rowcount="2" aria-label="Room list" data-testid="room-list" class="_roomList_1yq7k_11" data-virtuoso-scroller="true">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 150 pixels (ratio 0.01 of all image pixels) are different. 238 | await page.getByRole("button", { name: "User menu" }).focus(); 239 | > 240 | await expect(roomList).toMatchScreenshot("room-list-sections-chat-moved-toast.png"); | ^ 241 | }, 242 | ); 243 | at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:240:40
[Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:144:9 › OIDC Native › with force_verification on › verify dialog cannot be dismissed @no-firefox @no-webkit @screenshot: apps/web/playwright/e2e/oidc/oidc-native.spec.ts#L173
1) [Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:144:9 › OIDC Native › with force_verification on › verify dialog cannot be dismissed @no-firefox @no-webkit @screenshot Error: expect(locator).toBeVisible() failed Locator: getByText('Confirm your digital identity') Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByText('Confirm your digital identity') 171 | // We should be being warned that we need to verify (but we can't) 172 | // richvdh: Again, Element takes several seconds to load on a dev instance > 173 | await expect(page.getByText("Confirm your digital identity")).toBeVisible({ timeout: 10000 }); | ^ 174 | 175 | // And there should be no way to close this prompt 176 | await expect(page.getByRole("button", { name: "Skip verification for now" })).not.toBeVisible(); at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/oidc/oidc-native.spec.ts:173:75
end-to-end-tests
Process completed with exit code 1.
end-to-end-tests
3 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/
Desktop Linux (static, amd64, false) / Build Linux amd64 SQLCipher static
Failed to save: Failed to FinalizeCacheEntryUpload: Received non-retryable error: Failed request: (404) Not Found: cache entry not found
🎭 Playwright Run Summary
1 skipped 130 passed (10.2m)
🎭 Playwright Run Summary
2 failed [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:37:9 › Room list sections › Section rendering › should render sections with correct rooms in each @screenshot [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:129:9 › Room list sections › Section collapse and expand › should render collapsed section @screenshot 1 flaky [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:185:13 › Room list › Room list › Shortcuts › should select the next unread room 3 skipped 127 passed (12.6m)
🎭 Playwright Run Summary
1 failed [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts:219:9 › Room list custom sections › Adding a room to a custom section › should show 'Chat moved' toast when adding a room to a custom section @screenshot 134 passed (12.7m)
🎭 Playwright Run Summary
1 flaky [Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:144:9 › OIDC Native › with force_verification on › verify dialog cannot be dismissed @no-firefox @no-webkit @screenshot 1 skipped 129 passed (15.9m)
🎭 Playwright Run Summary
1 skipped 6 passed (21.8s)

Artifacts

Produced during runtime
Name Size Digest
blob-report-Chrome-1
5.74 MB
sha256:525f164714ae9b389c3faa59f74da170a24844157d50634f771f629088ad8532
blob-report-Chrome-2
17.3 MB
sha256:398ef14c9c5d75334e6f802c730ab6df011e16bee78f5686db9b0e572b802687
blob-report-Chrome-3
1.51 MB
sha256:2a059c6d7b47fa7f1466754eb252164a3493c5b227f84f61bc2e54f28b40277d
blob-report-Chrome-3
1.51 MB
sha256:2a059c6d7b47fa7f1466754eb252164a3493c5b227f84f61bc2e54f28b40277d
blob-report-Chrome-3
1.51 MB
sha256:2a059c6d7b47fa7f1466754eb252164a3493c5b227f84f61bc2e54f28b40277d
blob-report-Chrome-4
6.72 MB
sha256:ad8eb70edd7b3b0f34260701c745bbf294d6df37db1219e667f3ff50cc64ff36
blob-report-linux-amd64-sqlcipher-static
21.6 KB
sha256:08312acf931b760a578673570cb03a8c51f2c5324f7362f42b9bd6a6f36750d5
desktop-prepare
41.2 MB
sha256:e33d2917a21b102a7c7117cb3d2e64a8a3d7afd6a99249ed76544b46c56cbe37
html-report
28.2 MB
sha256:6566bd2151775a1368ac9a24909ed0e5264b18ade7a5dfcf7f108c1c8c78d53b
linux-amd64-sqlcipher-static
283 MB
sha256:f4bea4839224b8c98d01438b177b2f71f711b65f7d26e0300438da0e5370091d
webapp
41.4 MB
sha256:5a4e6d5b5528811be6eddbc71a534358f4151c95ef237a1aff50750f1a9ec752