Room list reduce section font size #1475
Annotations
4 errors and 1 notice
|
Run Playwright tests
Process completed with exit code 1.
|
|
Run Playwright tests:
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
|
|
Run Playwright tests:
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
|
|
Run Playwright tests:
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
|
|
Run Playwright tests
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)
|
Loading