Build & Test #106
build-and-test.yaml
on: merge_group
Build Element Web
2m 24s
Matrix: playwright_ew
Downstream Playwright tests [element-modules]
/
Run Playwright end-to-end tests & upload html report
5m 33s
Matrix: Desktop Linux
Matrix: Desktop Windows
end-to-end-tests
1m 2s
Annotations
2 errors, 9 warnings, and 13 notices
|
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:320:9 › Room list › Avatar decoration › should be a video room @screenshot:
apps/web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L336
2) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:320:9 › Room list › Avatar decoration › should be a video room @screenshot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: getByTestId('room-list').getByRole('option', { name: 'video room' })
283 pixels (ratio 0.02 of all image pixels) are different.
Snapshot: room-list-item-video.png
Call log:
- Expect "toHaveScreenshot(room-list-item-video.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('room-list').getByRole('option', { name: 'video room' })
- locator resolved to <button type="button" tabindex="-1" role="option" aria-setsize="1" aria-posinset="1" data-state="closed" aria-haspopup="menu" aria-selected="false" aria-label="Open room video room" class="_flex_4dswl_9 _roomListItem_rtaba_8 mx_RoomListItemView _firstItem_rtaba_123 _lastItem_rtaba_127">…</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
- 283 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('room-list').getByRole('option', { name: 'video room' })
- locator resolved to <button type="button" tabindex="-1" role="option" aria-setsize="1" aria-posinset="1" data-state="closed" aria-haspopup="menu" aria-selected="false" aria-label="Open room video room" class="_flex_4dswl_9 _roomListItem_rtaba_8 mx_RoomListItemView _firstItem_rtaba_123 _lastItem_rtaba_127">…</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
- 283 pixels (ratio 0.02 of all image pixels) are different.
334 |
335 | await expect(videoRoom).toBeVisible();
> 336 | await expect(videoRoom).toMatchScreenshot("room-list-item-video.png");
| ^
337 | });
338 | });
339 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:336:37
|
|
[Chrome] › playwright/e2e/crypto/toasts.spec.ts:45:5 › Key storage out of sync toast › should prompt for recovery key if 'enter recovery key' pressed @screenshot:
apps/web/playwright/e2e/crypto/toasts.spec.ts#L50
1) [Chrome] › playwright/e2e/crypto/toasts.spec.ts:45:5 › Key storage out of sync toast › should prompt for recovery key if 'enter recovery key' pressed @screenshot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: getByRole('alert').first()
Timeout: 5000ms
Timeout 5000ms exceeded.
Snapshot: key-storage-out-of-sync-toast.png
Call log:
- Expect "toHaveScreenshot(key-storage-out-of-sync-toast.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('alert').first()
- locator resolved to <div role="alert" class="mx_NonUrgentToastContainer"></div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
2 × waiting for element to be stable
- element is not visible
- retrying scroll into view action
- waiting 20ms
2 × waiting for element to be stable
- element is not visible
- retrying scroll into view action
- waiting 100ms
9 × waiting for element to be stable
- element is not visible
- retrying scroll into view action
- waiting 500ms
- Timeout 5000ms exceeded.
48 | // it would always be checking the same toast, even if another one is now the first.
49 | await expect(page.getByRole("alert")).toHaveCount(2);
> 50 | await expect(page.getByRole("alert").first()).toMatchScreenshot(
| ^
51 | "key-storage-out-of-sync-toast.png",
52 | screenshotOptions,
53 | );
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/crypto/toasts.spec.ts:50:55
|
|
Prepare Element Desktop / Prepare
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cardinalby/git-get-release-action@5172c3a026600b1d459b117738c605fabc9e4e44. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Downstream Playwright tests [element-modules] / Run Playwright end-to-end tests & upload html report
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Eun/http-server-action@f71cec1321f665652a46c40b6852f8e5a68bfcd4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Desktop Linux (system, arm64, true) / Build Linux arm64 SQLCipher system
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: nbucic/variable-mapper@0673f6891a0619ba7c002ecfed0f9f4f39017b6f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Desktop Linux (static, arm64, true) / Build Linux arm64 SQLCipher static
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: nbucic/variable-mapper@0673f6891a0619ba7c002ecfed0f9f4f39017b6f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Desktop Linux (system, amd64, true) / Build Linux amd64 SQLCipher system
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: nbucic/variable-mapper@0673f6891a0619ba7c002ecfed0f9f4f39017b6f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Desktop Linux (static, amd64, true) / Build Linux amd64 SQLCipher static
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: nbucic/variable-mapper@0673f6891a0619ba7c002ecfed0f9f4f39017b6f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Desktop Windows (arm64) / Build Windows arm64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756, nbucic/variable-mapper@0673f6891a0619ba7c002ecfed0f9f4f39017b6f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Desktop Windows (x64) / Build Windows x64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756, nbucic/variable-mapper@0673f6891a0619ba7c002ecfed0f9f4f39017b6f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Desktop Windows (ia32) / Build Windows ia32
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756, nbucic/variable-mapper@0673f6891a0619ba7c002ecfed0f9f4f39017b6f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
16 passed (2.0m)
|
|
🎭 Playwright Run Summary
45 skipped
125 passed (12.2m)
|
|
🎭 Playwright Run Summary
1 skipped
6 passed (23.9s)
|
|
🎭 Playwright Run Summary
3 skipped
158 passed (13.7m)
|
|
🎭 Playwright Run Summary
1 skipped
6 passed (19.2s)
|
|
🎭 Playwright Run Summary
1 skipped
6 passed (20.4s)
|
|
🎭 Playwright Run Summary
1 skipped
6 passed (20.6s)
|
|
🎭 Playwright Run Summary
1 skipped
6 passed (21.4s)
|
|
🎭 Playwright Run Summary
2 flaky
[Chrome] › playwright/e2e/crypto/toasts.spec.ts:45:5 › Key storage out of sync toast › should prompt for recovery key if 'enter recovery key' pressed @screenshot
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:320:9 › Room list › Avatar decoration › should be a video room @screenshot
175 passed (16.7m)
|
|
🎭 Playwright Run Summary
1 skipped
6 passed (23.4s)
|
|
🎭 Playwright Run Summary
1 skipped
6 passed (26.2s)
|
|
🎭 Playwright Run Summary
2 skipped
167 passed (19.6m)
|
|
🎭 Playwright Run Summary
1 skipped
6 passed (26.5s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-Chrome-1
Expired
|
14.9 MB |
sha256:20e4e1fa6db1fe193b765c89d90810e443f6cebd9475ee46788d8dde8ba327d2
|
|
|
blob-report-Chrome-2
Expired
|
885 KB |
sha256:0e1ddee5173416717fb91b95492c4e7dfd98d21a256c3517ba1dd9d7fa13bb12
|
|
|
blob-report-Chrome-3
Expired
|
947 KB |
sha256:ded41f66905cb3223c1c8cf1ea8ce581ce5f6900d746a88bcba4bfc28aa4edb0
|
|
|
blob-report-Chrome-4
Expired
|
1.13 MB |
sha256:19a8fb5640ad30d3d40f19611aec07318fc6a18d9573b5054eecee654e9d5c1a
|
|
|
blob-report-linux-amd64-sqlcipher-static
Expired
|
10.8 KB |
sha256:585238189bf5df968a65157599577756ee2247dc00c997b8cfe20abf7070ac58
|
|
|
blob-report-linux-amd64-sqlcipher-system
Expired
|
11 KB |
sha256:8824e864687fdeb1ba7c35aa8bb9eb52fb696159efbadc2f56e8474ffefd6d8b
|
|
|
blob-report-linux-arm64-sqlcipher-static
Expired
|
10.8 KB |
sha256:df68fdcb9e7f9034b96e2a54b75aaa899dfd51d2ce6331043d0c14128e43f316
|
|
|
blob-report-linux-arm64-sqlcipher-system
Expired
|
10.7 KB |
sha256:5d563cb71d1ce6f8f9f922f04b2437f1bef690072f2203e2516754b180c906f9
|
|
|
blob-report-macos
Expired
|
10.5 KB |
sha256:e69a32c918843586a0e4326dcbe4a4a8e5ab3df551eb0a1ea330a0e2e787591e
|
|
|
blob-report-win-arm64
Expired
|
10.3 KB |
sha256:e85ee4677daada193e31593a218421a5a5cc8426b2e521b7ef25e930993c0a56
|
|
|
blob-report-win-ia32
Expired
|
9.96 KB |
sha256:5a581cc291035ce724527f3c6510c27c2c4cfc888f6f687f62bd7c54e3f62790
|
|
|
blob-report-win-x64
Expired
|
9.99 KB |
sha256:de2fb7f514d2bbca3c55646e1f136cc330de0235c0294a135a79cf4ac8fcce0b
|
|
|
desktop-prepare
Expired
|
41.1 MB |
sha256:ce295a9289a92494232a46c9ed63b1341d0c0d0c3b9c34c75b5656518819eb6b
|
|
|
html-report
Expired
|
17.5 MB |
sha256:f592f23d42a06489d0bd1a442152ca36504f1296c7c24b09b9dcdb581eab8cb8
|
|
|
linux-amd64-sqlcipher-static
Expired
|
287 MB |
sha256:fd89c44193ef9530b07a1363584772e985693279f45d8dd31e093f30aaf7099d
|
|
|
linux-amd64-sqlcipher-system
Expired
|
284 MB |
sha256:8e514f08f064bf0e8f51bfa20edc4a841c659f108092ad4229f531700809f0b2
|
|
|
linux-arm64-sqlcipher-static
Expired
|
282 MB |
sha256:88b683387ab54c219cba41f583d7450ec37ccd8297cc78a04ef4b2fd94b647c6
|
|
|
linux-arm64-sqlcipher-system
Expired
|
279 MB |
sha256:f444aaf80cebc9ecfd116138658c4c01596c14162f71301b4a3df3a228e28e30
|
|
|
macos
Expired
|
509 MB |
sha256:beb8630b85b74e37b0fc475af59e114bd53075f26a4ec1994556a72913016b51
|
|
|
playwright-html-report
Expired
|
303 KB |
sha256:d69891fa479fc86830a5be04b385873a7e705a2c8502644842d2b966a9132884
|
|
|
webapp
Expired
|
41.3 MB |
sha256:c79d84f0060255634251443178bb0868a05de01f697d6b19bb06c65f765bd799
|
|
|
win-arm64
Expired
|
698 MB |
sha256:6b21f62f2bc37c9877614725e32694678206c01e052eb1eaa1da1b1bae295b49
|
|
|
win-ia32
Expired
|
636 MB |
sha256:95cbdbb4ce1ee02b37594fb9216974098e3ae880bb899a8c8b53052e2b861e2a
|
|
|
win-x64
Expired
|
710 MB |
sha256:768d75f450164b039a651c60bd743d66cd8e51993785d3b56ed17ad9637afc08
|
|