Element Web End to End Tests #3293
Annotations
1 error and 1 notice
|
playwright/e2e/room/invites.spec.ts#L22
1) [Chrome] › playwright/e2e/room/invites.spec.ts:18:9 › Invites › should render an invite view @screenshot
Error: expect(locator).toHaveScreenshot(expected)
731 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/room/invites.spec.ts/Invites-room-view-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/room-invites-Invites-should-render-an-invite-view-Chrome/Invites-room-view-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/room-invites-Invites-should-render-an-invite-view-Chrome/Invites-room-view-diff.png
Call log:
- expect.toHaveScreenshot(Invites-room-view.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_RoomView')
- locator resolved to <div class="mx_RoomView">…</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
- 731 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_RoomView')
- locator resolved to <div class="mx_RoomView">…</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
- 731 pixels (ratio 0.01 of all image pixels) are different.
20 | await bot.inviteUser(roomId, user.userId);
21 | await app.viewRoomByName("Bob");
> 22 | await expect(page.locator(".mx_RoomView")).toMatchScreenshot("Invites_room_view.png");
| ^
23 | });
24 |
25 | test("should be able to decline an invite", async ({ page, homeserver, user, bot, app }) => {
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/room/invites.spec.ts:22:52
|
|
1 flaky
[Chrome] › playwright/e2e/room/invites.spec.ts:18:9 › Invites › should render an invite view @screenshot
2 skipped
80 passed (7.2m)
|
The logs for this run have expired and are no longer available.
Loading