Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

End to End Tests

End to End Tests #7369

Triggered via workflow run February 13, 2024 15:52
@dbkrdbkr
completed ee50640
Status Failure
Total duration 17m 11s
Artifacts 9

end-to-end-tests.yaml

on: workflow_run
Prepare
2s
Prepare
Matrix: tests
Report results
41s
Report results
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 15 warnings, and 1 notice
Run Tests 8/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] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists: matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts#L38
1) [Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists Error: Screenshot comparison failed: 1779 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/user-onboarding/user-onboarding-new.spec.ts/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Legacy-Crypto/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Legacy-Crypto/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. 36 | 37 | test("page is shown and preference exists", async ({ page, app }) => { > 38 | await expect(page.locator(".mx_UserOnboardingPage")).toMatchScreenshot(); | ^ 39 | await app.settings.openUserSettings("Preferences"); 40 | await expect(page.getByText("Show shortcut to welcome checklist above the room list")).toBeVisible(); 41 | }); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts:38:62
[Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists: matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts#L38
1) [Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1779 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/user-onboarding/user-onboarding-new.spec.ts/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Legacy-Crypto-retry1/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Legacy-Crypto-retry1/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. 36 | 37 | test("page is shown and preference exists", async ({ page, app }) => { > 38 | await expect(page.locator(".mx_UserOnboardingPage")).toMatchScreenshot(); | ^ 39 | await app.settings.openUserSettings("Preferences"); 40 | await expect(page.getByText("Show shortcut to welcome checklist above the room list")).toBeVisible(); 41 | }); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts:38:62
[Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists: matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts#L38
1) [Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1779 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/user-onboarding/user-onboarding-new.spec.ts/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Legacy-Crypto-retry2/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Legacy-Crypto-retry2/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. 36 | 37 | test("page is shown and preference exists", async ({ page, app }) => { > 38 | await expect(page.locator(".mx_UserOnboardingPage")).toMatchScreenshot(); | ^ 39 | await app.settings.openUserSettings("Preferences"); 40 | await expect(page.getByText("Show shortcut to welcome checklist above the room list")).toBeVisible(); 41 | }); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts:38:62
[Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:43:9 › User Onboarding (new user) › app download dialog: matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts#L47
2) [Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:43:9 › User Onboarding (new user) › app download dialog Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('dialog').getByRole('heading', { name: 'Download Element', level: 2 }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('dialog').getByRole('heading', { name: 'Download Element', level: 2 }) 45 | await expect( 46 | page.getByRole("dialog").getByRole("heading", { level: 2, name: "Download Element" }), > 47 | ).toBeVisible(); | ^ 48 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot(); 49 | }); 50 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts:47:11
[Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:43:9 › User Onboarding (new user) › app download dialog: matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts#L47
2) [Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:43:9 › User Onboarding (new user) › app download dialog Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('dialog').getByRole('heading', { name: 'Download Element', level: 2 }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('dialog').getByRole('heading', { name: 'Download Element', level: 2 }) 45 | await expect( 46 | page.getByRole("dialog").getByRole("heading", { level: 2, name: "Download Element" }), > 47 | ).toBeVisible(); | ^ 48 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot(); 49 | }); 50 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts:47:11
[Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:43:9 › User Onboarding (new user) › app download dialog: matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts#L47
2) [Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:43:9 › User Onboarding (new user) › app download dialog Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('dialog').getByRole('heading', { name: 'Download Element', level: 2 }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('dialog').getByRole('heading', { name: 'Download Element', level: 2 }) 45 | await expect( 46 | page.getByRole("dialog").getByRole("heading", { level: 2, name: "Download Element" }), > 47 | ).toBeVisible(); | ^ 48 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot(); 49 | }); 50 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts:47:11
[Rust Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists: matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts#L38
3) [Rust Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists Error: Screenshot comparison failed: 1779 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/user-onboarding/user-onboarding-new.spec.ts/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Rust-Crypto/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Rust-Crypto/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. 36 | 37 | test("page is shown and preference exists", async ({ page, app }) => { > 38 | await expect(page.locator(".mx_UserOnboardingPage")).toMatchScreenshot(); | ^ 39 | await app.settings.openUserSettings("Preferences"); 40 | await expect(page.getByText("Show shortcut to welcome checklist above the room list")).toBeVisible(); 41 | }); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts:38:62
[Rust Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists: matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts#L38
3) [Rust Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1779 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/user-onboarding/user-onboarding-new.spec.ts/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Rust-Crypto-retry1/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Rust-Crypto-retry1/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. 36 | 37 | test("page is shown and preference exists", async ({ page, app }) => { > 38 | await expect(page.locator(".mx_UserOnboardingPage")).toMatchScreenshot(); | ^ 39 | await app.settings.openUserSettings("Preferences"); 40 | await expect(page.getByText("Show shortcut to welcome checklist above the room list")).toBeVisible(); 41 | }); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts:38:62
[Rust Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists: matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts#L38
3) [Rust Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1779 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/user-onboarding/user-onboarding-new.spec.ts/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Rust-Crypto-retry2/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-onboarding-user-onboarding-new-User-Onboarding-new-user-page-is-shown-and-preference-exists-Rust-Crypto-retry2/User-Onboarding-new-user-page-is-shown-and-preference-exists-1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_UserOnboardingPage') - locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_Use…>…</div> - 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 - 1779 pixels (ratio 0.01 of all image pixels) are different. 36 | 37 | test("page is shown and preference exists", async ({ page, app }) => { > 38 | await expect(page.locator(".mx_UserOnboardingPage")).toMatchScreenshot(); | ^ 39 | await app.settings.openUserSettings("Preferences"); 40 | await expect(page.getByText("Show shortcut to welcome checklist above the room list")).toBeVisible(); 41 | }); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts:38:62
[Rust Crypto] › user-onboarding/user-onboarding-new.spec.ts:43:9 › User Onboarding (new user) › app download dialog: matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts#L47
4) [Rust Crypto] › user-onboarding/user-onboarding-new.spec.ts:43:9 › User Onboarding (new user) › app download dialog Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('dialog').getByRole('heading', { name: 'Download Element', level: 2 }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('dialog').getByRole('heading', { name: 'Download Element', level: 2 }) 45 | await expect( 46 | page.getByRole("dialog").getByRole("heading", { level: 2, name: "Download Element" }), > 47 | ).toBeVisible(); | ^ 48 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot(); 49 | }); 50 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-onboarding/user-onboarding-new.spec.ts:47:11
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/.
Run Tests 2/8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Tests 6/8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Tests 3/8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Tests 8/8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Tests 5/8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Tests 1/8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Tests 7/8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Tests 4/8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3. 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.3m
Slow Test: [Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 5.6m
Slow Test: [Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.9m
Slow Test: [Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.7m
Slow Test: [Legacy Crypto] › read-receipts/new-messages.spec.ts#L1
[Legacy Crypto] › read-receipts/new-messages.spec.ts took 3.5m
🎭 Playwright Run Summary
4 failed [Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists [Legacy Crypto] › user-onboarding/user-onboarding-new.spec.ts:43:9 › User Onboarding (new user) › app download dialog [Rust Crypto] › user-onboarding/user-onboarding-new.spec.ts:37:9 › User Onboarding (new user) › page is shown and preference exists [Rust Crypto] › user-onboarding/user-onboarding-new.spec.ts:43:9 › User Onboarding (new user) › app download dialog 4 flaky [Legacy Crypto] › register/email.spec.ts:57:9 › Email Registration › registers an account and lands on the use case selection screen [Legacy Crypto] › room/room.spec.ts:64:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A [Rust Crypto] › read-receipts/redactions.spec.ts:691:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart [Rust Crypto] › register/email.spec.ts:57:9 › Email Registration › registers an account and lands on the use case selection screen 123 skipped 647 passed (15.3m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-1 Expired
1020 KB
all-blob-reports-2 Expired
612 KB
all-blob-reports-3 Expired
14.4 MB
all-blob-reports-4 Expired
8.76 MB
all-blob-reports-5 Expired
1.12 MB
all-blob-reports-6 Expired
591 KB
all-blob-reports-7 Expired
13.5 MB
all-blob-reports-8 Expired
8.85 MB
html-report--attempt-1 Expired
42.4 MB