Migrate to React 18 createRoot API #1790
Annotations
4 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/chat-export/html-export.spec.ts#L123
1) chat-export/html-export.spec.ts:92:9 › HTML Export › should export html successfully and match screenshot
Error: Screenshot comparison failed:
7413 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/chat-export/html-export.spec.ts/html-export-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/chat-export-html-export-HT-b262f-sfully-and-match-screenshot/html-export-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/chat-export-html-export-HT-b262f-sfully-and-match-screenshot/html-export-diff.png
Call log:
- expect.toHaveScreenshot(html-export.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 7413 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 7413 pixels (ratio 0.01 of all image pixels) are different.
121 | const zip = await extractZipFileToPath(zipPath, dirPath);
122 | await page.goto(`file://${dirPath}/${Object.keys(zip.files)[0]}/messages.html`);
> 123 | await expect(page).toMatchScreenshot("html-export.png", {
| ^
124 | mask: [
125 | // We need to mask the whole thing because the width of the time part changes
126 | page.locator(".mx_TimelineSeparator"),
at /home/runner/work/element-web/element-web/playwright/e2e/chat-export/html-export.spec.ts:123:28
|
Run Playwright tests:
playwright/e2e/chat-export/html-export.spec.ts#L123
1) chat-export/html-export.spec.ts:92:9 › HTML Export › should export html successfully and match screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
7413 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/chat-export/html-export.spec.ts/html-export-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/chat-export-html-export-HT-b262f-sfully-and-match-screenshot-retry1/html-export-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/chat-export-html-export-HT-b262f-sfully-and-match-screenshot-retry1/html-export-diff.png
Call log:
- expect.toHaveScreenshot(html-export.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 7413 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 7413 pixels (ratio 0.01 of all image pixels) are different.
121 | const zip = await extractZipFileToPath(zipPath, dirPath);
122 | await page.goto(`file://${dirPath}/${Object.keys(zip.files)[0]}/messages.html`);
> 123 | await expect(page).toMatchScreenshot("html-export.png", {
| ^
124 | mask: [
125 | // We need to mask the whole thing because the width of the time part changes
126 | page.locator(".mx_TimelineSeparator"),
at /home/runner/work/element-web/element-web/playwright/e2e/chat-export/html-export.spec.ts:123:28
|
Run Playwright tests:
playwright/e2e/chat-export/html-export.spec.ts#L123
1) chat-export/html-export.spec.ts:92:9 › HTML Export › should export html successfully and match screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
7413 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/chat-export/html-export.spec.ts/html-export-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/chat-export-html-export-HT-b262f-sfully-and-match-screenshot-retry2/html-export-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/chat-export-html-export-HT-b262f-sfully-and-match-screenshot-retry2/html-export-diff.png
Call log:
- expect.toHaveScreenshot(html-export.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 7413 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 7413 pixels (ratio 0.01 of all image pixels) are different.
121 | const zip = await extractZipFileToPath(zipPath, dirPath);
122 | await page.goto(`file://${dirPath}/${Object.keys(zip.files)[0]}/messages.html`);
> 123 | await expect(page).toMatchScreenshot("html-export.png", {
| ^
124 | mask: [
125 | // We need to mask the whole thing because the width of the time part changes
126 | page.locator(".mx_TimelineSeparator"),
at /home/runner/work/element-web/element-web/playwright/e2e/chat-export/html-export.spec.ts:123:28
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
composer/RTE.spec.ts#L1
composer/RTE.spec.ts took 1.2m
|
Run Playwright tests:
audio-player/audio-player.spec.ts#L1
audio-player/audio-player.spec.ts took 1.2m
|
Run Playwright tests:
crypto/crypto.spec.ts#L1
crypto/crypto.spec.ts took 1.0m
|
Run Playwright tests:
crypto/event-shields.spec.ts#L1
crypto/event-shields.spec.ts took 54.5s
|
Run Playwright tests:
crypto/decryption-failure-messages.spec.ts#L1
crypto/decryption-failure-messages.spec.ts took 50.6s
|
Run Playwright tests
1 failed
chat-export/html-export.spec.ts:92:9 › HTML Export › should export html successfully and match screenshot
77 passed (11.2m)
|
Loading