Add a test for #29882, which is fixed by matrix-js-sdk#5016 (#30835) #11090
Annotations
2 errors and 1 notice
|
playwright/e2e/timeline/timeline.spec.ts#L1121
1) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:1038:13 › Timeline › message sending › should display a reply chain @no-firefox @no-webkit @screenshot
Error: expect(locator).toHaveScreenshot(expected)
41 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: event-tile-reply-chains-irc-modern.png
Call log:
- Expect "toHaveScreenshot(event-tile-reply-chains-irc-modern.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="true" data-event-id="$kkt5IRvhxO73KekLDBGQb6Qc021ngqEOEvqeoF48A_U" data-scroll-tokens="$kkt5IRvhxO73KekLDBGQb6Qc021ngqEOEvqeoF48A_U" class="mx_EventTile mx_EventTile_continuation mx_EventTile_last mx_EventTile_lastInSection">…</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
- 29 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="true" data-event-id="$kkt5IRvhxO73KekLDBGQb6Qc021ngqEOEvqeoF48A_U" data-scroll-tokens="$kkt5IRvhxO73KekLDBGQb6Qc021ngqEOEvqeoF48A_U" class="mx_EventTile mx_EventTile_continuation mx_EventTile_last mx_EventTile_lastInSection">…</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
- 12 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="true" data-event-id="$kkt5IRvhxO73KekLDBGQb6Qc021ngqEOEvqeoF48A_U" data-scroll-tokens="$kkt5IRvhxO73KekLDBGQb6Qc021ngqEOEvqeoF48A_U" class="mx_EventTile mx_EventTile_continuation mx_EventTile_last mx_EventTile_lastInSection">…</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
- 41 pixels (ratio 0.01 of all image pixels) are different.
1119 |
1120 | // Take a snapshot on modern layout
> 1121 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
1122 | "event-tile-reply-chains-irc-modern.png",
1123 | screenshotOptions,
1124 | );
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:1121:62
|
|
|
|
1 flaky
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:1038:13 › Timeline › message sending › should display a reply chain @no-firefox @no-webkit @screenshot
98 passed (10.4m)
|
The logs for this run have expired and are no longer available.
Loading