This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
[create-pull-request] automated change (#12799) #10928
Annotations
2 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/threads/threads.spec.ts#L410
1) threads/threads.spec.ts:361:9 › Threads › should send location and reply to the location on ThreadView
Error: Screenshot comparison failed:
6217 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/threads/threads.spec.ts/Reply-to-the-location-on-ThreadView-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/threads-threads-Threads-sh-e51e8--the-location-on-ThreadView/Reply-to-the-location-on-ThreadView-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/threads-threads-Threads-sh-e51e8--the-location-on-ThreadView/Reply-to-the-location-on-ThreadView-diff.png
Call log:
- expect.toHaveScreenshot(Reply-to-the-location-on-ThreadView.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_ThreadView')
- locator resolved to <div class="mx_BaseCard mx_ThreadView mx_ThreadPanel">…</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
- 6217 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_ThreadView')
- locator resolved to <div class="mx_BaseCard mx_ThreadView mx_ThreadPanel">…</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
- 6217 pixels (ratio 0.02 of all image pixels) are different.
408 | // Take a snapshot of reply to the shared location
409 | await page.addStyleTag({ content: css });
> 410 | await expect(page.locator(".mx_ThreadView")).toMatchScreenshot("Reply_to_the_location_on_ThreadView.png");
| ^
411 | });
412 |
413 | test("right panel behaves correctly", async ({ page, app, user }) => {
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/threads/threads.spec.ts:410:54
|
matrix-react-sdk/playwright/e2e/user-view/user-view.spec.ts#L31
2) user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected ─────────
Error: Screenshot comparison failed:
76 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/user-view/user-view.spec.ts/user-info-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-view-user-view-UserVi-3a259-r-the-user-view-as-expected/user-info-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-view-user-view-UserVi-3a259-r-the-user-view-as-expected/user-info-diff.png
Call log:
- expect.toHaveScreenshot(user-info.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#mx_RightPanel')
- locator resolved to <aside id="mx_RightPanel" class="mx_RightPanel">…</aside>
- 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
- 76 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#mx_RightPanel')
- locator resolved to <aside id="mx_RightPanel" class="mx_RightPanel">…</aside>
- 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
- 76 pixels (ratio 0.01 of all image pixels) are different.
29 | await expect(rightPanel.getByRole("heading", { name: bot.credentials.displayName, exact: true })).toBeVisible();
30 | await expect(rightPanel.getByText("1 session")).toBeVisible();
> 31 | await expect(rightPanel).toMatchScreenshot("user-info.png", {
| ^
32 | mask: [page.locator(".mx_UserInfo_profile_mxid")],
33 | });
34 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-view/user-view.spec.ts:31:34
|
matrix-react-sdk/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 3.8m
|
matrix-react-sdk/spotlight/spotlight.spec.ts#L1
matrix-react-sdk/spotlight/spotlight.spec.ts took 2.9m
|
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 39.0s
|
matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 28.6s
|
matrix-react-sdk/toasts/analytics-toast.spec.ts#L1
matrix-react-sdk/toasts/analytics-toast.spec.ts took 23.8s
|
|
This job succeeded
Loading