matrix-react-sdk End to End Tests #1064
Annotations
1 error, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/index.ts#L291
1) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:151:9 › Threads Activity Centre › should mark all threads as read
Error: Screenshot comparison failed:
39 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/snapshots/spaces/threads-activity-centre/threadsActivityCentre.spec.ts/tac-no-indicator-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/test-results/spaces-threads-activity-ce-ffe63-ld-mark-all-threads-as-read-Legacy-Crypto/tac-no-indicator-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/test-results/spaces-threads-activity-ce-ffe63-ld-mark-all-threads-as-read-Legacy-Crypto/tac-no-indicator-diff.png
Call log:
- expect.toHaveScreenshot(tac-no-indicator.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads')
- locator resolved to <button id="radix-0" tabindex="0" type="button" role="bu…>…</button>
- 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
- 39 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads')
- locator resolved to <button id="radix-0" tabindex="0" type="button" role="bu…>…</button>
- 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
- 39 pixels (ratio 0.04 of all image pixels) are different.
at spaces/threads-activity-centre/index.ts:291
289 | await expect(this.getTacButton().locator("[data-indicator='success']")).not.toBeVisible();
290 | await expect(this.getTacButton().locator("[data-indicator='critical']")).not.toBeVisible();
> 291 | await expect(this.getTacButton()).toMatchScreenshot("tac-no-indicator.png");
| ^
292 | }
293 |
294 | /**
at Helpers.assertNoTacIndicator (/home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/index.ts:291:43)
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:161:9
|
matrix-react-sdk/[Legacy Crypto] › timeline/timeline.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › timeline/timeline.spec.ts took 2.6m
|
matrix-react-sdk/[Legacy Crypto] › spotlight/spotlight.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spotlight/spotlight.spec.ts took 1.9m
|
matrix-react-sdk/[Rust Crypto] › audio-player/audio-player.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › audio-player/audio-player.spec.ts took 1.3m
|
matrix-react-sdk/[Legacy Crypto] › spaces/spaces.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spaces/spaces.spec.ts took 56.1s
|
matrix-react-sdk/[Legacy Crypto] › settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › settings/general-user-settings-tab.spec.ts took 36.2s
|
|
This job succeeded
Loading