matrix-react-sdk End to End Tests #2461
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L624
1) [Chrome] › timeline/timeline.spec.ts:589:13 › Timeline › message displaying › should set inline start padding to a hidden event line @screenshot
Error: expect(locator).toHaveScreenshot(expected)
472385 pixels (ratio 0.77 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/timeline/timeline.spec.ts/hidden-event-line-zero-padding-irc-layout-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/timeline-timeline-Timeline-08b5e-ding-to-a-hidden-event-line-Chrome/hidden-event-line-zero-padding-irc-layout-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/timeline-timeline-Timeline-08b5e-ding-to-a-hidden-event-line-Chrome/hidden-event-line-zero-padding-irc-layout-diff.png
Call log:
- expect.toHaveScreenshot(hidden-event-line-zero-padding-irc-layout.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 472385 pixels (ratio 0.77 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 472385 pixels (ratio 0.77 of all image pixels) are different.
622 | };
623 |
> 624 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot(
| ^
625 | "hidden-event-line-zero-padding-irc-layout.png",
626 | screenshotOptions,
627 | );
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/timeline/timeline.spec.ts:624:61
|
Run Playwright tests:
[Chrome] › login/login-consent.spec.ts#L1
[Chrome] › login/login-consent.spec.ts took 1.1m
|
Run Playwright tests:
[Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 31.8s
|
Run Playwright tests:
[Chrome] › crypto/backups-mas.spec.ts#L1
[Chrome] › crypto/backups-mas.spec.ts took 27.4s
|
Run Playwright tests:
[Chrome] › app-loading/guest-registration.spec.ts#L1
[Chrome] › app-loading/guest-registration.spec.ts took 25.8s
|
Run Playwright tests:
[Chrome] › user-onboarding/user-onboarding-new.spec.ts#L1
[Chrome] › user-onboarding/user-onboarding-new.spec.ts took 23.7s
|
Run Playwright tests
1 flaky
[Chrome] › timeline/timeline.spec.ts:589:13 › Timeline › message displaying › should set inline start padding to a hidden event line @screenshot
70 passed (7.1m)
|
Loading