This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
De-duplicate icons using Compound Design Tokens #861
Annotations
10 errors, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts#L87
1) invite/invite-dialog.spec.ts:76:9 › Invite dialog › should support inviting a user to Direct Messages
Error: Screenshot comparison failed:
92 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/invite/invite-dialog.spec.ts/invite-dialog-dm-without-user-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages/invite-dialog-dm-without-user-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages/invite-dialog-dm-without-user-diff.png
Call log:
- expect.toHaveScreenshot(invite-dialog-dm-without-user.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</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
- 92 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</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
- 92 pixels (ratio 0.01 of all image pixels) are different.
85 |
86 | // Take a snapshot of the invite dialog
> 87 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot("invite-dialog-dm-without-user.png");
| ^
88 |
89 | await other.getByTestId("invite-dialog-input").fill(bot.credentials.userId);
90 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts:87:50
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts#L87
1) invite/invite-dialog.spec.ts:76:9 › Invite dialog › should support inviting a user to Direct Messages
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
92 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/invite/invite-dialog.spec.ts/invite-dialog-dm-without-user-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages-retry1/invite-dialog-dm-without-user-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages-retry1/invite-dialog-dm-without-user-diff.png
Call log:
- expect.toHaveScreenshot(invite-dialog-dm-without-user.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</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
- 92 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</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
- 92 pixels (ratio 0.01 of all image pixels) are different.
85 |
86 | // Take a snapshot of the invite dialog
> 87 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot("invite-dialog-dm-without-user.png");
| ^
88 |
89 | await other.getByTestId("invite-dialog-input").fill(bot.credentials.userId);
90 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts:87:50
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts#L87
1) invite/invite-dialog.spec.ts:76:9 › Invite dialog › should support inviting a user to Direct Messages
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
92 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/invite/invite-dialog.spec.ts/invite-dialog-dm-without-user-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages-retry2/invite-dialog-dm-without-user-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages-retry2/invite-dialog-dm-without-user-diff.png
Call log:
- expect.toHaveScreenshot(invite-dialog-dm-without-user.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</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
- 92 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</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
- 92 pixels (ratio 0.01 of all image pixels) are different.
85 |
86 | // Take a snapshot of the invite dialog
> 87 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot("invite-dialog-dm-without-user.png");
| ^
88 |
89 | await other.getByTestId("invite-dialog-input").fill(bot.credentials.userId);
90 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts:87:50
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/permalinks/permalinks.spec.ts#L95
2) permalinks/permalinks.spec.ts:27:9 › permalinks › shoud render permalinks as expected ─────────
Error: Screenshot comparison failed:
111 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/permalinks/permalinks.spec.ts/permalink-rendering-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/permalinks-permalinks-perm-8ed31-nder-permalinks-as-expected/permalink-rendering-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/permalinks-permalinks-perm-8ed31-nder-permalinks-as-expected/permalink-rendering-diff.png
Call log:
- expect.toHaveScreenshot(permalink-rendering.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_RoomView_timeline')
- locator resolved to <main class="mx_RoomView_timeline mx_RoomView_timeline_rr_enabled">…</main>
- 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
- 111 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_RoomView_timeline')
- locator resolved to <main class="mx_RoomView_timeline mx_RoomView_timeline_rr_enabled">…</main>
- 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
- 111 pixels (ratio 0.01 of all image pixels) are different.
93 | getPill(timeline, danielleId);
94 |
> 95 | await expect(timeline).toMatchScreenshot("permalink-rendering.png", {
| ^
96 | mask: [
97 | // Exclude timestamps from the snapshot, for consistency.
98 | page.locator(".mx_MessageTimestamp"),
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/permalinks/permalinks.spec.ts:95:32
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/permalinks/permalinks.spec.ts#L95
2) permalinks/permalinks.spec.ts:27:9 › permalinks › shoud render permalinks as expected ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
111 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/permalinks/permalinks.spec.ts/permalink-rendering-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/permalinks-permalinks-perm-8ed31-nder-permalinks-as-expected-retry1/permalink-rendering-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/permalinks-permalinks-perm-8ed31-nder-permalinks-as-expected-retry1/permalink-rendering-diff.png
Call log:
- expect.toHaveScreenshot(permalink-rendering.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_RoomView_timeline')
- locator resolved to <main class="mx_RoomView_timeline mx_RoomView_timeline_rr_enabled">…</main>
- 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
- 111 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_RoomView_timeline')
- locator resolved to <main class="mx_RoomView_timeline mx_RoomView_timeline_rr_enabled">…</main>
- 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
- 111 pixels (ratio 0.01 of all image pixels) are different.
93 | getPill(timeline, danielleId);
94 |
> 95 | await expect(timeline).toMatchScreenshot("permalink-rendering.png", {
| ^
96 | mask: [
97 | // Exclude timestamps from the snapshot, for consistency.
98 | page.locator(".mx_MessageTimestamp"),
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/permalinks/permalinks.spec.ts:95:32
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/permalinks/permalinks.spec.ts#L95
2) permalinks/permalinks.spec.ts:27:9 › permalinks › shoud render permalinks as expected ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
111 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/permalinks/permalinks.spec.ts/permalink-rendering-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/permalinks-permalinks-perm-8ed31-nder-permalinks-as-expected-retry2/permalink-rendering-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/permalinks-permalinks-perm-8ed31-nder-permalinks-as-expected-retry2/permalink-rendering-diff.png
Call log:
- expect.toHaveScreenshot(permalink-rendering.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_RoomView_timeline')
- locator resolved to <main class="mx_RoomView_timeline mx_RoomView_timeline_rr_enabled">…</main>
- 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
- 111 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_RoomView_timeline')
- locator resolved to <main class="mx_RoomView_timeline mx_RoomView_timeline_rr_enabled">…</main>
- 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
- 111 pixels (ratio 0.01 of all image pixels) are different.
93 | getPill(timeline, danielleId);
94 |
> 95 | await expect(timeline).toMatchScreenshot("permalink-rendering.png", {
| ^
96 | mask: [
97 | // Exclude timestamps from the snapshot, for consistency.
98 | page.locator(".mx_MessageTimestamp"),
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/permalinks/permalinks.spec.ts:95:32
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts#L32
3) pinned-messages/pinned-messages.spec.ts:21:9 › Pinned messages › should pin one message and to have the pinned message badge in the timeline
Error: Screenshot comparison failed:
1 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-message-Msg1-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-131a1-ssage-badge-in-the-timeline/pinned-message-Msg1-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-131a1-ssage-badge-in-the-timeline/pinned-message-Msg1-diff.png
Call log:
- expect.toHaveScreenshot(pinned-message-Msg1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile').filter({ hasText: 'Msg1' })
- locator resolved to <li tabindex="-1" aria-live="off" data-self="false" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$8dk3H1v6w7VRHRSJ4I6aM_7a-Khav6PJ1F3wOP3PDio" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection" data-scroll-tokens="$8dk3H1v6w7VRHRSJ4I6aM_7a-Khav6PJ1F3wOP3PDio">…</li>
- 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
- element is not stable
- retrying scroll into view action, attempt #1
- waiting for element to be stable
- 1 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile').filter({ hasText: 'Msg1' })
- locator resolved to <li tabindex="-1" aria-live="off" data-self="false" aria-atomic="true" data-layout="group" data-has-reply="false" class="mx_EventTile mx_EventTile_lastInSection" data-event-id="$8dk3H1v6w7VRHRSJ4I6aM_7a-Khav6PJ1F3wOP3PDio" data-scroll-tokens="$8dk3H1v6w7VRHRSJ4I6aM_7a-Khav6PJ1F3wOP3PDio">…</li>
- 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
- 1 pixels (ratio 0.01 of all image pixels) are different.
30 |
31 | const tile = util.getEventTile("Msg1");
> 32 | await expect(tile).toMatchScreenshot("pinned-message-Msg1.png", {
| ^
33 | mask: [tile.locator(".mx_MessageTimestamp")],
34 | });
35 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts:32:28
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts#L32
3) pinned-messages/pinned-messages.spec.ts:21:9 › Pinned messages › should pin one message and to have the pinned message badge in the timeline
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1 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-message-Msg1-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-131a1-ssage-badge-in-the-timeline-retry1/pinned-message-Msg1-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-131a1-ssage-badge-in-the-timeline-retry1/pinned-message-Msg1-diff.png
Call log:
- expect.toHaveScreenshot(pinned-message-Msg1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile').filter({ hasText: 'Msg1' })
- locator resolved to <li tabindex="-1" aria-live="off" data-self="false" aria-atomic="true" data-layout="group" data-has-reply="false" class="mx_EventTile mx_EventTile_lastInSection" data-event-id="$1XTFZemWeXjC3TWYYS5OCO3kVHmeExclvI5ch4QqXog" data-scroll-tokens="$1XTFZemWeXjC3TWYYS5OCO3kVHmeExclvI5ch4QqXog">…</li>
- 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
- 1 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile').filter({ hasText: 'Msg1' })
- locator resolved to <li tabindex="-1" aria-live="off" data-self="false" aria-atomic="true" data-layout="group" data-has-reply="false" class="mx_EventTile mx_EventTile_lastInSection" data-event-id="$1XTFZemWeXjC3TWYYS5OCO3kVHmeExclvI5ch4QqXog" data-scroll-tokens="$1XTFZemWeXjC3TWYYS5OCO3kVHmeExclvI5ch4QqXog">…</li>
- 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
- 1 pixels (ratio 0.01 of all image pixels) are different.
30 |
31 | const tile = util.getEventTile("Msg1");
> 32 | await expect(tile).toMatchScreenshot("pinned-message-Msg1.png", {
| ^
33 | mask: [tile.locator(".mx_MessageTimestamp")],
34 | });
35 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts:32:28
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts#L32
3) pinned-messages/pinned-messages.spec.ts:21:9 › Pinned messages › should pin one message and to have the pinned message badge in the timeline
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1 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-message-Msg1-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-131a1-ssage-badge-in-the-timeline-retry2/pinned-message-Msg1-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-131a1-ssage-badge-in-the-timeline-retry2/pinned-message-Msg1-diff.png
Call log:
- expect.toHaveScreenshot(pinned-message-Msg1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile').filter({ hasText: 'Msg1' })
- locator resolved to <li tabindex="-1" aria-live="off" data-self="false" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$lhT5WxgIbNj6n0WGjNSMps34Os8ynz9Yx9W1Jehdl4s" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection" data-scroll-tokens="$lhT5WxgIbNj6n0WGjNSMps34Os8ynz9Yx9W1Jehdl4s">…</li>
- 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
- 1 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile').filter({ hasText: 'Msg1' })
- locator resolved to <li tabindex="-1" aria-live="off" data-self="false" aria-atomic="true" data-layout="group" data-has-reply="false" class="mx_EventTile mx_EventTile_lastInSection" data-event-id="$lhT5WxgIbNj6n0WGjNSMps34Os8ynz9Yx9W1Jehdl4s" data-scroll-tokens="$lhT5WxgIbNj6n0WGjNSMps34Os8ynz9Yx9W1Jehdl4s">…</li>
- 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
- 1 pixels (ratio 0.01 of all image pixels) are different.
30 |
31 | const tile = util.getEventTile("Msg1");
> 32 | await expect(tile).toMatchScreenshot("pinned-message-Msg1.png", {
| ^
33 | mask: [tile.locator(".mx_MessageTimestamp")],
34 | });
35 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts:32:28
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/polls/polls.spec.ts#L120
4) polls/polls.spec.ts:96:9 › Polls › should be creatable and votable ────────────────────────────
Error: Screenshot comparison failed:
125 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/polls/polls.spec.ts/Polls-Timeline-tile-no-votes-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/polls-polls-Polls-should-be-creatable-and-votable/Polls-Timeline-tile-no-votes-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/polls-polls-Polls-should-be-creatable-and-votable/Polls-Timeline-tile-no-votes-diff.png
Call log:
- expect.toHaveScreenshot(Polls-Timeline-tile-no-votes.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile[data-scroll-tokens="$1pfEA3JfNau5MlWagZWc_0K9ZnzE2xMTCuV-sk7eLoY"]')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$1pfEA3JfNau5MlWagZWc_0K9ZnzE2xMTCuV-sk7eLoY" data-scroll-tokens="$1pfEA3JfNau5MlWagZWc_0K9ZnzE2xMTCuV-sk7eLoY" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection mx_EventTile_noBubble">…</li>
- 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
- 125 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile[data-scroll-tokens="$1pfEA3JfNau5MlWagZWc_0K9ZnzE2xMTCuV-sk7eLoY"]')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$1pfEA3JfNau5MlWagZWc_0K9ZnzE2xMTCuV-sk7eLoY" data-scroll-tokens="$1pfEA3JfNau5MlWagZWc_0K9ZnzE2xMTCuV-sk7eLoY" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection mx_EventTile_noBubble">…</li>
- 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
- 125 pixels (ratio 0.01 of all image pixels) are different.
118 | .filter({ hasText: pollParams.title })
119 | .getAttribute("data-scroll-tokens");
> 120 | await expect(getPollTile(page, pollId)).toMatchScreenshot("Polls_Timeline_tile_no_votes.png", {
| ^
121 | mask: [page.locator(".mx_MessageTimestamp")],
122 | });
123 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/polls/polls.spec.ts:120:49
|
Run Playwright tests:
matrix-react-sdk/messages/messages.spec.ts#L1
matrix-react-sdk/messages/messages.spec.ts took 2.5m
|
Run Playwright tests:
matrix-react-sdk/integration-manager/read_events.spec.ts#L1
matrix-react-sdk/integration-manager/read_events.spec.ts took 38.8s
|
Run Playwright tests:
matrix-react-sdk/knock/knock-into-room.spec.ts#L1
matrix-react-sdk/knock/knock-into-room.spec.ts took 38.0s
|
Run Playwright tests:
matrix-react-sdk/integration-manager/send_event.spec.ts#L1
matrix-react-sdk/integration-manager/send_event.spec.ts took 28.0s
|
Run Playwright tests:
matrix-react-sdk/knock/manage-knocks.spec.ts#L1
matrix-react-sdk/knock/manage-knocks.spec.ts took 27.6s
|
Run Playwright tests
5 failed
invite/invite-dialog.spec.ts:76:9 › Invite dialog › should support inviting a user to Direct Messages
permalinks/permalinks.spec.ts:27:9 › permalinks › shoud render permalinks as expected ──────────
pinned-messages/pinned-messages.spec.ts:21:9 › Pinned messages › should pin one message and to have the pinned message badge in the timeline
polls/polls.spec.ts:96:9 › Polls › should be creatable and votable ─────────────────────────────
polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel ──────────────
1 flaky
login/login.spec.ts:199:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up
1 skipped
72 passed (12.7m)
|
Loading