Deflake unskippable verification #1601
Annotations
1 error, 5 warnings, and 1 notice
playwright/e2e/timeline/timeline.spec.ts#L1016
1) timeline/timeline.spec.ts:921:13 › Timeline › message sending › should display a reply chain ──
Error: Screenshot comparison failed:
71 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/timeline/timeline.spec.ts/event-tile-reply-chains-compact-modern-layout-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-801c1-hould-display-a-reply-chain/event-tile-reply-chains-compact-modern-layout-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-801c1-hould-display-a-reply-chain/event-tile-reply-chains-compact-modern-layout-diff.png
Call log:
- expect.toHaveScreenshot(event-tile-reply-chains-compact-modern-layout.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="$osGaV3OLxXZ3d0REnhYuxv5YEI7BOwufGIwngkIlPH8" data-scroll-tokens="$osGaV3OLxXZ3d0REnhYuxv5YEI7BOwufGIwngkIlPH8" 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
- 71 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="$osGaV3OLxXZ3d0REnhYuxv5YEI7BOwufGIwngkIlPH8" data-scroll-tokens="$osGaV3OLxXZ3d0REnhYuxv5YEI7BOwufGIwngkIlPH8" 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
- 71 pixels (ratio 0.01 of all image pixels) are different.
1014 |
1015 | // Take a snapshot on compact modern layout
> 1016 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
1017 | "event-tile-reply-chains-compact-modern-layout.png",
1018 | screenshotOptions,
1019 | );
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:1016:62
|
spotlight/spotlight.spec.ts#L1
spotlight/spotlight.spec.ts took 1.9m
|
spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.6m
|
threads/threads.spec.ts#L1
threads/threads.spec.ts took 34.3s
|
user-onboarding/user-onboarding-new.spec.ts#L1
user-onboarding/user-onboarding-new.spec.ts took 32.4s
|
widgets/widget-pip-close.spec.ts#L1
widgets/widget-pip-close.spec.ts took 20.5s
|
|
This job succeeded
Loading