This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Add mobile registration #166
Annotations
1 error, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/pinned-messages/index.ts#L191
1) pinned-messages/pinned-messages.spec.ts:54:9 › Pinned messages › should unpin all messages ────
Error: Screenshot comparison failed:
2430 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/pinned-messages/pinned-messages.spec.ts/pinned-messages-list-empty-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-622a2-s-should-unpin-all-messages/pinned-messages-list-empty-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-622a2-s-should-unpin-all-messages/pinned-messages-list-empty-diff.png
Call log:
- expect.toHaveScreenshot(pinned-messages-list-empty.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
- 2430 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
- 2430 pixels (ratio 0.01 of all image pixels) are different.
at pinned-messages/index.ts:191
189 | async assertEmptyPinnedMessagesList() {
190 | const rightPanel = this.getRightPanel();
> 191 | await expect(rightPanel).toMatchScreenshot(`pinned-messages-list-empty.png`);
| ^
192 | }
193 |
194 | /**
at Helpers.assertEmptyPinnedMessagesList (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/pinned-messages/index.ts:191:34)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts:63:20
|
matrix-react-sdk/messages/messages.spec.ts#L1
matrix-react-sdk/messages/messages.spec.ts took 2.5m
|
matrix-react-sdk/login/login.spec.ts#L1
matrix-react-sdk/login/login.spec.ts took 45.6s
|
matrix-react-sdk/integration-manager/read_events.spec.ts#L1
matrix-react-sdk/integration-manager/read_events.spec.ts took 40.1s
|
matrix-react-sdk/knock/knock-into-room.spec.ts#L1
matrix-react-sdk/knock/knock-into-room.spec.ts took 38.9s
|
matrix-react-sdk/polls/polls.spec.ts#L1
matrix-react-sdk/polls/polls.spec.ts took 38.6s
|
|
This job succeeded
Loading