Switch to rendering svg icons rather than css masking #13814
Annotations
1 error and 1 notice
|
playwright/e2e/timeline/timeline.spec.ts#L1189
1) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:1104:13 › Timeline › message sending › should display a reply chain @no-firefox @no-webkit @screenshot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_EventTile_last')
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="$BpV-OvPSewtx30PJUf_cqp0Vnh1KcNSa8JWcJW6MpL4" data-scroll-tokens="$BpV-OvPSewtx30PJUf_cqp0Vnh1KcNSa8JWcJW6MpL4" 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
- 41 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="$BpV-OvPSewtx30PJUf_cqp0Vnh1KcNSa8JWcJW6MpL4" data-scroll-tokens="$BpV-OvPSewtx30PJUf_cqp0Vnh1KcNSa8JWcJW6MpL4" 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.
1187 |
1188 | // Take a snapshot on modern layout
> 1189 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
1190 | "event-tile-reply-chains-irc-modern.png",
1191 | screenshotOptions,
1192 | );
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:1189:62
|
|
1 flaky
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:1104:13 › Timeline › message sending › should display a reply chain @no-firefox @no-webkit @screenshot
1 skipped
73 passed (7.4m)
|
The logs for this run have expired and are no longer available.
Loading