This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Fix E2E icon display in room header #9441
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts#L565
1) [Legacy Crypto] › timeline/timeline.spec.ts:475:13 › Timeline › message displaying › should render EventTiles on IRC, modern (group), and bubble layout
Error: Screenshot comparison failed:
306 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/timeline/timeline.spec.ts/event-tiles-bubble-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-1502b-ern-group-and-bubble-layout-Legacy-Crypto/event-tiles-bubble-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-1502b-ern-group-and-bubble-layout-Legacy-Crypto/event-tiles-bubble-layout-diff.png
Call log:
- expect.toHaveScreenshot(event-tiles-bubble-layout.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 26697 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 26697 pixels (ratio 0.05 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 306 pixels (ratio 0.01 of all image pixels) are different.
- waiting 500ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 306 pixels (ratio 0.01 of all image pixels) are different.
563 | page.locator(".mx_RoomView").getByText("This message has an inline emoji 👒"),
564 | ).toBeInViewport();
> 565 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot(
| ^
566 | "event-tiles-bubble-layout.png",
567 | screenshotOptions,
568 | );
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts:565:57
|
Run Playwright tests:
matrix-react-sdk/[Legacy Crypto] › spotlight/spotlight.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spotlight/spotlight.spec.ts took 1.9m
|
Run Playwright tests:
matrix-react-sdk/[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.4m
|
Run Playwright tests:
matrix-react-sdk/[Legacy Crypto] › spaces/spaces.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spaces/spaces.spec.ts took 56.3s
|
Run Playwright tests:
matrix-react-sdk/[Legacy Crypto] › threads/threads.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › threads/threads.spec.ts took 34.1s
|
Run Playwright tests:
matrix-react-sdk/[Legacy Crypto] › settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › settings/general-user-settings-tab.spec.ts took 30.8s
|
Run Playwright tests
1 flaky
[Legacy Crypto] › timeline/timeline.spec.ts:475:13 › Timeline › message displaying › should render EventTiles on IRC, modern (group), and bubble layout
12 skipped
88 passed (11.9m)
|
Loading