This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #7542
Annotations
16 errors, 7 warnings, and 1 notice
Run Tests 3/8
The process '/usr/bin/xvfb-run' failed with exit code 1
|
Run Tests 5/8
The process '/usr/bin/xvfb-run' failed with exit code 1
|
Run Tests 8/8
The process '/usr/bin/xvfb-run' failed with exit code 1
|
Run Tests 1/8
The process '/usr/bin/xvfb-run' failed with exit code 1
|
Run Tests 7/8
The process '/usr/bin/xvfb-run' failed with exit code 1
|
Run Tests 4/8
The process '/usr/bin/xvfb-run' failed with exit code 1
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L103
1) [Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme
Error: Screenshot comparison failed:
Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/audio-player/audio-player.spec.ts/Selected-EventTile-of-audio-player--light-theme--irc-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---light-theme-Legacy-Crypto/Selected-EventTile-of-audio-player--light-theme--irc-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---light-theme-Legacy-Crypto/Selected-EventTile-of-audio-player--light-theme--irc-layout-diff.png
Call log:
- page._expectScreenshot 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 821px by 85px, received 819px by 85px. 66 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
101 |
102 | // Take a snapshot of mx_EventTile_last on IRC layout
> 103 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
104 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
105 | screenshotOptions,
106 | );
at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:103:58)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:143:9
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L103
1) [Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/audio-player/audio-player.spec.ts/Selected-EventTile-of-audio-player--light-theme--irc-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---light-theme-Legacy-Crypto-retry1/Selected-EventTile-of-audio-player--light-theme--irc-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---light-theme-Legacy-Crypto-retry1/Selected-EventTile-of-audio-player--light-theme--irc-layout-diff.png
Call log:
- page._expectScreenshot 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 821px by 85px, received 819px by 85px. 66 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
101 |
102 | // Take a snapshot of mx_EventTile_last on IRC layout
> 103 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
104 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
105 | screenshotOptions,
106 | );
at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:103:58)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:143:9
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L103
1) [Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/audio-player/audio-player.spec.ts/Selected-EventTile-of-audio-player--light-theme--irc-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---light-theme-Legacy-Crypto-retry2/Selected-EventTile-of-audio-player--light-theme--irc-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---light-theme-Legacy-Crypto-retry2/Selected-EventTile-of-audio-player--light-theme--irc-layout-diff.png
Call log:
- page._expectScreenshot 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 821px by 85px, received 819px by 85px. 66 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
101 |
102 | // Take a snapshot of mx_EventTile_last on IRC layout
> 103 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
104 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
105 | screenshotOptions,
106 | );
at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:103:58)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:143:9
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:146:9 › Audio player › should be correctly rendered - light theme with monospace font:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L103
2) [Legacy Crypto] › audio-player/audio-player.spec.ts:146:9 › Audio player › should be correctly rendered - light theme with monospace font
Error: Screenshot comparison failed:
Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/audio-player/audio-player.spec.ts/Selected-EventTile-of-audio-player--light-theme--monospace-font--irc-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should--e1830-ctly-rendered---light-theme-with-monospace-font-Legacy-Crypto/Selected-EventTile-of-audio-player--light-theme--monospace-font--irc-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should--e1830-ctly-rendered---light-theme-with-monospace-font-Legacy-Crypto/Selected-EventTile-of-audio-player--light-theme--monospace-font--irc-layout-diff.png
Call log:
- page._expectScreenshot 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 821px by 85px, received 819px by 85px. 66 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
101 |
102 | // Take a snapshot of mx_EventTile_last on IRC layout
> 103 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
104 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
105 | screenshotOptions,
106 | );
at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:103:58)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:149:9
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:146:9 › Audio player › should be correctly rendered - light theme with monospace font:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L103
2) [Legacy Crypto] › audio-player/audio-player.spec.ts:146:9 › Audio player › should be correctly rendered - light theme with monospace font
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/audio-player/audio-player.spec.ts/Selected-EventTile-of-audio-player--light-theme--monospace-font--irc-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should--e1830-ctly-rendered---light-theme-with-monospace-font-Legacy-Crypto-retry1/Selected-EventTile-of-audio-player--light-theme--monospace-font--irc-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should--e1830-ctly-rendered---light-theme-with-monospace-font-Legacy-Crypto-retry1/Selected-EventTile-of-audio-player--light-theme--monospace-font--irc-layout-diff.png
Call log:
- page._expectScreenshot 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 821px by 85px, received 819px by 85px. 66 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
101 |
102 | // Take a snapshot of mx_EventTile_last on IRC layout
> 103 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
104 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
105 | screenshotOptions,
106 | );
at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:103:58)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:149:9
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:146:9 › Audio player › should be correctly rendered - light theme with monospace font:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L103
2) [Legacy Crypto] › audio-player/audio-player.spec.ts:146:9 › Audio player › should be correctly rendered - light theme with monospace font
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/audio-player/audio-player.spec.ts/Selected-EventTile-of-audio-player--light-theme--monospace-font--irc-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should--e1830-ctly-rendered---light-theme-with-monospace-font-Legacy-Crypto-retry2/Selected-EventTile-of-audio-player--light-theme--monospace-font--irc-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should--e1830-ctly-rendered---light-theme-with-monospace-font-Legacy-Crypto-retry2/Selected-EventTile-of-audio-player--light-theme--monospace-font--irc-layout-diff.png
Call log:
- page._expectScreenshot 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 821px by 85px, received 819px by 85px. 66 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 821px by 85px, received 819px by 85px. 66 pixels (ratio 0.01 of all image pixels) are different.
101 |
102 | // Take a snapshot of mx_EventTile_last on IRC layout
> 103 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
104 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
105 | screenshotOptions,
106 | );
at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:103:58)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:149:9
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L103
3) [Legacy Crypto] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme
Error: Screenshot comparison failed:
Expected an image 821px by 85px, received 819px by 85px. 78 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/audio-player/audio-player.spec.ts/Selected-EventTile-of-audio-player--high-contrast--irc-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---high-contrast-theme-Legacy-Crypto/Selected-EventTile-of-audio-player--high-contrast--irc-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---high-contrast-theme-Legacy-Crypto/Selected-EventTile-of-audio-player--high-contrast--irc-layout-diff.png
Call log:
- page._expectScreenshot 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 821px by 85px, received 819px by 85px. 78 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 821px by 85px, received 819px by 85px. 78 pixels (ratio 0.01 of all image pixels) are different.
101 |
102 | // Take a snapshot of mx_EventTile_last on IRC layout
> 103 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
104 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
105 | screenshotOptions,
106 | );
at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:103:58)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:165:9
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L103
3) [Legacy Crypto] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 821px by 85px, received 819px by 85px. 78 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/audio-player/audio-player.spec.ts/Selected-EventTile-of-audio-player--high-contrast--irc-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---high-contrast-theme-Legacy-Crypto-retry1/Selected-EventTile-of-audio-player--high-contrast--irc-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---high-contrast-theme-Legacy-Crypto-retry1/Selected-EventTile-of-audio-player--high-contrast--irc-layout-diff.png
Call log:
- page._expectScreenshot 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 821px by 85px, received 819px by 85px. 78 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 821px by 85px, received 819px by 85px. 78 pixels (ratio 0.01 of all image pixels) are different.
101 |
102 | // Take a snapshot of mx_EventTile_last on IRC layout
> 103 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
104 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
105 | screenshotOptions,
106 | );
at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:103:58)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:165:9
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L103
3) [Legacy Crypto] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 821px by 85px, received 819px by 85px. 78 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/audio-player/audio-player.spec.ts/Selected-EventTile-of-audio-player--high-contrast--irc-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---high-contrast-theme-Legacy-Crypto-retry2/Selected-EventTile-of-audio-player--high-contrast--irc-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---high-contrast-theme-Legacy-Crypto-retry2/Selected-EventTile-of-audio-player--high-contrast--irc-layout-diff.png
Call log:
- page._expectScreenshot 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 821px by 85px, received 819px by 85px. 78 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 821px by 85px, received 819px by 85px. 78 pixels (ratio 0.01 of all image pixels) are different.
101 |
102 | // Take a snapshot of mx_EventTile_last on IRC layout
> 103 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
104 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
105 | screenshotOptions,
106 | );
at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:103:58)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:165:9
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L103
4) [Legacy Crypto] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme
Error: Screenshot comparison failed:
Expected an image 821px by 85px, received 819px by 85px. 221 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/audio-player/audio-player.spec.ts/Selected-EventTile-of-audio-player--dark-theme--irc-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---dark-theme-Legacy-Crypto/Selected-EventTile-of-audio-player--dark-theme--irc-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/audio-player-audio-player-Audio-player-should-be-correctly-rendered---dark-theme-Legacy-Crypto/Selected-EventTile-of-audio-player--dark-theme--irc-layout-diff.png
Call log:
- page._expectScreenshot 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 821px by 85px, received 819px by 85px. 221 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" d…>…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 821px by 85px, received 819px by 85px. 221 pixels (ratio 0.01 of all image pixels) are different.
101 |
102 | // Take a snapshot of mx_EventTile_last on IRC layout
> 103 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
104 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
105 | screenshotOptions,
106 | );
at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:103:58)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:174:9
|
Prepare
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Report results
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e, bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3, actions/github-script@v6, nwtgck/actions-netlify@7a92f00dde8c92a5a9e8385ec2919775f7647352. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[Rust Crypto] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 6.6m
|
Slow Test:
[Rust Crypto] › timeline/timeline.spec.ts#L1
[Rust Crypto] › timeline/timeline.spec.ts took 6.4m
|
Slow Test:
[Legacy Crypto] › timeline/timeline.spec.ts#L1
[Legacy Crypto] › timeline/timeline.spec.ts took 6.1m
|
Slow Test:
[Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 5.4m
|
Slow Test:
[Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.8m
|
🎭 Playwright Run Summary
67 failed
[Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme
[Legacy Crypto] › audio-player/audio-player.spec.ts:146:9 › Audio player › should be correctly rendered - light theme with monospace font
[Legacy Crypto] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme
[Legacy Crypto] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme
[Legacy Crypto] › audio-player/audio-player.spec.ts:214:9 › Audio player › should support replying to audio file with another audio file
[Legacy Crypto] › audio-player/audio-player.spec.ts:239:9 › Audio player › should support creating a reply chain with multiple audio files
[Legacy Crypto] › permalinks/permalinks.spec.ts:35:9 › permalinks › shoud render permalinks as expected
[Legacy Crypto] › polls/polls.spec.ts:104:9 › Polls › should be creatable and votable ──────────
[Legacy Crypto] › right-panel/file-panel.spec.ts:59:13 › FilePanel › render › should list tiles on the panel
[Legacy Crypto] › room/room-header.spec.ts:31:13 › Room Header › with feature_notifications enabled › should render default buttons properly
[Legacy Crypto] › room/room-header.spec.ts:58:13 › Room Header › with feature_notifications enabled › should render a very long room name without collapsing the buttons
[Legacy Crypto] › room/room-header.spec.ts:86:13 › Room Header › with feature_notifications enabled › should have buttons highlighted by being clicked
[Legacy Crypto] › room/room-header.spec.ts:143:17 › Room Header › with a video room › and with feature_notifications enabled › should render buttons for room options, beta pill, invite, chat, and room info
[Legacy Crypto] › room/room-header.spec.ts:251:13 › Room Header › with a widget › should highlight the apps button
[Legacy Crypto] › room/room-header.spec.ts:262:13 › Room Header › with a widget › should support hiding a widget
[Legacy Crypto] › spaces/spaces.spec.ts:99:9 › Spaces › should allow user to create private space
[Legacy Crypto] › spaces/spaces.spec.ts:227:9 › Spaces › should render subspaces in the space panel only when expanded
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:28:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
[Legacy Crypto] › timeline/timeline.spec.ts:132:13 › Timeline › configure room › should create and configure a room on IRC layout
[Legacy Crypto] › timeline/timeline.spec.ts:148:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout
[Legacy Crypto] › timeline/timeline.spec.ts:176:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on compact modern/group layout
[Legacy Crypto] › timeline/timeline.spec.ts:210:13 › Timeline › configure room › should click 'collapse' on the first hovered info event line inside GELS on bubble layout
[Legacy Crypto] › timeline/timeline.spec.ts:259:13 › Timeline › configure room › should add inline start margin to an event line on IRC layout
[Legacy Crypto] › timeline/timeline.spec.ts:761:17 › Timeline › message displaying › on search results panel › should highlight search result words regardless of formatting
[Legacy Crypto] › timeline/timeline.spec.ts:783:17 › Timeline › message displaying › on search results panel › should render a fully opaque textual event
[Legacy Crypto] › timeline/timeline.spec.ts:327:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout
[Legacy Crypto] › timeline/timeline.spec.ts:459:13 › Timeline › message displaying › should render EventTiles on IRC, modern (group), and bubble layout
[Legacy Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
39 MB |
|
all-blob-reports-2
Expired
|
599 KB |
|
all-blob-reports-3
Expired
|
31 MB |
|
all-blob-reports-4
Expired
|
102 MB |
|
all-blob-reports-5
Expired
|
11.6 MB |
|
all-blob-reports-6
Expired
|
568 KB |
|
all-blob-reports-7
Expired
|
29.3 MB |
|
all-blob-reports-8
Expired
|
69.4 MB |
|
html-report--attempt-1
Expired
|
267 MB |
|