Skip to content

Remove Secure Backup, Cross-signing and Cryptography sections in Security & Privacy user settings #4467

Remove Secure Backup, Cross-signing and Cryptography sections in Security & Privacy user settings

Remove Secure Backup, Cross-signing and Cryptography sections in Security & Privacy user settings #4467

Triggered via pull request January 24, 2025 15:27
Status Failure
Total duration 25m 19s
Artifacts 8

end-to-end-tests.yaml

on: pull_request
Build Element-Web
1m 50s
Build Element-Web
Matrix: playwright
end-to-end-tests
46s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

28 errors, 23 warnings, and 6 notices
[Chrome] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Test timeout of 30000ms exceeded.
[Chrome] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L406
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Error: page.waitForRequest: Test timeout of 30000ms exceeded. 404 | await Promise.all([ 405 | page.waitForRequest(matchRoomSubRequest(roomOId)), > 406 | page.waitForRequest(matchRoomUnsubRequest(roomPId)), | ^ 407 | page.getByRole("treeitem", { name: "Orange", exact: true }).click(), 408 | ]); 409 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:406:18
[Chrome] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default: playwright/e2e/crypto/backups-mas.spec.ts#L1
1) [Chrome] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default Test timeout of 30000ms exceeded while setting up "homeserver".
[Chrome] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default: playwright/e2e/crypto/backups-mas.spec.ts#L1
1) [Chrome] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default Error: (HTTP code 403) unexpected - error while removing network: network 541dcf319dfa id fae94d089804fd9f5f4a569ea52339f900ecea0c4df7c93547098ac4ef1c78fe has active endpoints at /home/runner/work/element-web/element-web/node_modules/docker-modem/lib/modem.js:343:17 at getCause (/home/runner/work/element-web/element-web/node_modules/docker-modem/lib/modem.js:373:7) at Modem.buildPayload (/home/runner/work/element-web/element-web/node_modules/docker-modem/lib/modem.js:342:5) at IncomingMessage.<anonymous> (/home/runner/work/element-web/element-web/node_modules/docker-modem/lib/modem.js:310:16)
[Chrome] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default: playwright/e2e/crypto/backups-mas.spec.ts#L28
1) [Chrome] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByText('This session is backing up your keys.') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('This session is backing up your keys.') 26 | 27 | await app.settings.openUserSettings("Security & Privacy"); > 28 | await expect(page.getByText("This session is backing up your keys.")).toBeVisible(); | ^ 29 | }); 30 | 31 | test("user is prompted to set up recovery", async ({ page, mailhogClient, app }, testInfo) => { at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:28:79
[Chrome] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default: playwright/e2e/crypto/backups-mas.spec.ts#L28
1) [Chrome] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByText('This session is backing up your keys.') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('This session is backing up your keys.') 26 | 27 | await app.settings.openUserSettings("Security & Privacy"); > 28 | await expect(page.getByText("This session is backing up your keys.")).toBeVisible(); | ^ 29 | }); 30 | 31 | test("user is prompted to set up recovery", async ({ page, mailhogClient, app }, testInfo) => { at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:28:79
[Chrome] › crypto/dehydration.spec.ts:47:9 › Dehydration › Create dehydrated device: playwright/e2e/crypto/dehydration.spec.ts#L52
2) [Chrome] › crypto/dehydration.spec.ts:47:9 › Dehydration › Create dehydrated device ─────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) 50 | const securityTab = await app.settings.openUserSettings("Security & Privacy"); 51 | > 52 | await expect(securityTab.getByRole("heading", { name: "Secure Backup" })).toBeVisible(); | ^ 53 | await expect(securityTab.getByText("Offline device enabled")).not.toBeVisible(); 54 | await securityTab.getByRole("button", { name: "Set up", exact: true }).click(); 55 | at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:52:83
[Chrome] › crypto/dehydration.spec.ts:47:9 › Dehydration › Create dehydrated device: playwright/e2e/crypto/dehydration.spec.ts#L52
2) [Chrome] › crypto/dehydration.spec.ts:47:9 › Dehydration › Create dehydrated device ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) 50 | const securityTab = await app.settings.openUserSettings("Security & Privacy"); 51 | > 52 | await expect(securityTab.getByRole("heading", { name: "Secure Backup" })).toBeVisible(); | ^ 53 | await expect(securityTab.getByText("Offline device enabled")).not.toBeVisible(); 54 | await securityTab.getByRole("button", { name: "Set up", exact: true }).click(); 55 | at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:52:83
[Chrome] › crypto/dehydration.spec.ts:47:9 › Dehydration › Create dehydrated device: playwright/e2e/crypto/dehydration.spec.ts#L52
2) [Chrome] › crypto/dehydration.spec.ts:47:9 › Dehydration › Create dehydrated device ─────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) 50 | const securityTab = await app.settings.openUserSettings("Security & Privacy"); 51 | > 52 | await expect(securityTab.getByRole("heading", { name: "Secure Backup" })).toBeVisible(); | ^ 53 | await expect(securityTab.getByText("Offline device enabled")).not.toBeVisible(); 54 | await securityTab.getByRole("button", { name: "Set up", exact: true }).click(); 55 | at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:52:83
Run Tests [Chrome] 6/6
Process completed with exit code 1.
[Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm: playwright/e2e/crypto/logout.spec.ts#L1
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm Test timeout of 30000ms exceeded.
[Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm: playwright/e2e/crypto/utils.ts#L290
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Set up Secure Backup' }) at crypto/utils.ts:290 288 | export async function enableKeyBackup(app: ElementAppPage): Promise<string> { 289 | await app.settings.openUserSettings("Security & Privacy"); > 290 | await app.page.getByRole("button", { name: "Set up Secure Backup" }).click(); | ^ 291 | const dialog = app.page.locator(".mx_Dialog"); 292 | // Recovery key is selected by default 293 | await dialog.getByRole("button", { name: "Continue" }).click({ timeout: 60000 }); at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:290:74) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/logout.spec.ts:36:9
[Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm: playwright/e2e/crypto/logout.spec.ts#L1
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm: playwright/e2e/crypto/utils.ts#L290
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Set up Secure Backup' }) at crypto/utils.ts:290 288 | export async function enableKeyBackup(app: ElementAppPage): Promise<string> { 289 | await app.settings.openUserSettings("Security & Privacy"); > 290 | await app.page.getByRole("button", { name: "Set up Secure Backup" }).click(); | ^ 291 | const dialog = app.page.locator(".mx_Dialog"); 292 | // Recovery key is selected by default 293 | await dialog.getByRole("button", { name: "Continue" }).click({ timeout: 60000 }); at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:290:74) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/logout.spec.ts:36:9
[Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm: playwright/e2e/crypto/logout.spec.ts#L1
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm: playwright/e2e/crypto/utils.ts#L290
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Set up Secure Backup' }) at crypto/utils.ts:290 288 | export async function enableKeyBackup(app: ElementAppPage): Promise<string> { 289 | await app.settings.openUserSettings("Security & Privacy"); > 290 | await app.page.getByRole("button", { name: "Set up Secure Backup" }).click(); | ^ 291 | const dialog = app.page.locator(".mx_Dialog"); 292 | // Recovery key is selected by default 293 | await dialog.getByRole("button", { name: "Continue" }).click({ timeout: 60000 }); at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:290:74) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/logout.spec.ts:36:9
Run Tests [Chrome] 2/6
Process completed with exit code 1.
[Chrome] › crypto/backups.spec.ts:28:9 › Backups › Create: playwright/e2e/crypto/backups.spec.ts#L35
1) [Chrome] › crypto/backups.spec.ts:28:9 › Backups › Create, delete and recreate a keys backup @no-webkit Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) 33 | const securityTab = await app.settings.openUserSettings("Security & Privacy"); 34 | > 35 | await expect(securityTab.getByRole("heading", { name: "Secure Backup" })).toBeVisible(); | ^ 36 | await securityTab.getByRole("button", { name: "Set up", exact: true }).click(); 37 | 38 | const currentDialogLocator = page.locator(".mx_Dialog"); at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:35:87
[Chrome] › crypto/backups.spec.ts:28:9 › Backups › Create: playwright/e2e/crypto/backups.spec.ts#L35
1) [Chrome] › crypto/backups.spec.ts:28:9 › Backups › Create, delete and recreate a keys backup @no-webkit Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) 33 | const securityTab = await app.settings.openUserSettings("Security & Privacy"); 34 | > 35 | await expect(securityTab.getByRole("heading", { name: "Secure Backup" })).toBeVisible(); | ^ 36 | await securityTab.getByRole("button", { name: "Set up", exact: true }).click(); 37 | 38 | const currentDialogLocator = page.locator(".mx_Dialog"); at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:35:87
[Chrome] › crypto/backups.spec.ts:28:9 › Backups › Create: playwright/e2e/crypto/backups.spec.ts#L35
1) [Chrome] › crypto/backups.spec.ts:28:9 › Backups › Create, delete and recreate a keys backup @no-webkit Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('heading', { name: 'Secure Backup' }) 33 | const securityTab = await app.settings.openUserSettings("Security & Privacy"); 34 | > 35 | await expect(securityTab.getByRole("heading", { name: "Secure Backup" })).toBeVisible(); | ^ 36 | await securityTab.getByRole("button", { name: "Set up", exact: true }).click(); 37 | 38 | const currentDialogLocator = page.locator(".mx_Dialog"); at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:35:87
[Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code: playwright/e2e/crypto/crypto.spec.ts#L1
2) [Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code Test timeout of 30000ms exceeded.
[Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code: playwright/e2e/crypto/crypto.spec.ts#L112
2) [Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Set up Secure Backup' }) 110 | 111 | await app.settings.openUserSettings("Security & Privacy"); > 112 | await page.getByRole("button", { name: "Set up Secure Backup" }).click(); | ^ 113 | 114 | const dialog = page.locator(".mx_Dialog"); 115 | // Recovery key is selected by default at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:112:82
[Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code: playwright/e2e/crypto/crypto.spec.ts#L1
2) [Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code: playwright/e2e/crypto/crypto.spec.ts#L112
2) [Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Set up Secure Backup' }) 110 | 111 | await app.settings.openUserSettings("Security & Privacy"); > 112 | await page.getByRole("button", { name: "Set up Secure Backup" }).click(); | ^ 113 | 114 | const dialog = page.locator(".mx_Dialog"); 115 | // Recovery key is selected by default at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:112:82
[Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code: playwright/e2e/crypto/crypto.spec.ts#L1
2) [Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code: playwright/e2e/crypto/crypto.spec.ts#L112
2) [Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Set up Secure Backup' }) 110 | 111 | await app.settings.openUserSettings("Security & Privacy"); > 112 | await page.getByRole("button", { name: "Set up Secure Backup" }).click(); | ^ 113 | 114 | const dialog = page.locator(".mx_Dialog"); 115 | // Recovery key is selected by default at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:112:82
[Chrome] › crypto/crypto.spec.ts:133:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by passphrase: playwright/e2e/crypto/crypto.spec.ts#L1
3) [Chrome] › crypto/crypto.spec.ts:133:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by passphrase Test timeout of 30000ms exceeded.
end-to-end-tests
Process completed with exit code 1.
Slow Test: [Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 58.6s
Slow Test: [Chrome] › right-panel/right-panel.spec.ts#L1
[Chrome] › right-panel/right-panel.spec.ts took 24.3s
Slow Test: [Chrome] › one-to-one-chat/one-to-one-chat.spec.ts#L1
[Chrome] › one-to-one-chat/one-to-one-chat.spec.ts took 20.0s
Slow Test: [Chrome] › right-panel/file-panel.spec.ts#L1
[Chrome] › right-panel/file-panel.spec.ts took 19.7s
Slow Test: [Chrome] › polls/polls.spec.ts#L1
[Chrome] › polls/polls.spec.ts took 19.2s
Slow Test: [Chrome] › room/room.spec.ts#L1
[Chrome] › room/room.spec.ts took 30.0s
Slow Test: [Chrome] › settings/encryption-user-tab/recovery.spec.ts#L1
[Chrome] › settings/encryption-user-tab/recovery.spec.ts took 28.5s
Slow Test: [Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 17.6s
Slow Test: [Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.0m
Slow Test: [Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 1.3m
Slow Test: [Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 53.3s
Slow Test: [Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 48.2s
Slow Test: [Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 25.9s
Slow Test: [Chrome] › login/login-consent.spec.ts#L1
[Chrome] › login/login-consent.spec.ts took 1.1m
Slow Test: [Chrome] › app-loading/guest-registration.spec.ts#L1
[Chrome] › app-loading/guest-registration.spec.ts took 16.0s
Slow Test: [Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 57.5s
Slow Test: [Chrome] › crypto/invisible-crypto.spec.ts#L1
[Chrome] › crypto/invisible-crypto.spec.ts took 30.7s
Slow Test: [Chrome] › integration-manager/kick.spec.ts#L1
[Chrome] › integration-manager/kick.spec.ts took 23.8s
Slow Test: [Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 19.1s
Slow Test: [Chrome] › lazy-loading/lazy-loading.spec.ts#L1
[Chrome] › lazy-loading/lazy-loading.spec.ts took 16.7s
Slow Test: [Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 35.9s
Slow Test: [Chrome] › accessibility/keyboard-navigation.spec.ts#L1
[Chrome] › accessibility/keyboard-navigation.spec.ts took 29.9s
Slow Test: [Chrome] › crypto/device-verification.spec.ts#L1
[Chrome] › crypto/device-verification.spec.ts took 23.1s
🎭 Playwright Run Summary
1 skipped 39 passed (3.1m)
🎭 Playwright Run Summary
1 flaky [Chrome] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 1 skipped 52 passed (4.6m)
🎭 Playwright Run Summary
1 skipped 59 passed (5.5m)
🎭 Playwright Run Summary
2 failed [Chrome] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default [Chrome] › crypto/dehydration.spec.ts:47:9 › Dehydration › Create dehydrated device ──────────── 39 passed (6.2m)
🎭 Playwright Run Summary
1 failed [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm 1 skipped 64 passed (6.3m)
🎭 Playwright Run Summary
8 failed [Chrome] › crypto/backups.spec.ts:28:9 › Backups › Create, delete and recreate a keys backup @no-webkit [Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code [Chrome] › crypto/crypto.spec.ts:133:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by passphrase [Chrome] › crypto/crypto.spec.ts:99:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code [Chrome] › crypto/crypto.spec.ts:133:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by passphrase [Chrome] › crypto/crypto.spec.ts:168:9 › Cryptography › Can reset cross-signing keys ─────────── [Chrome] › crypto/decryption-failure-messages.spec.ts:33:13 › Cryptography › decryption failure messages › should handle device-relative historical messages [Chrome] › crypto/event-shields.spec.ts:179:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup 1 flaky [Chrome] › audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot 47 passed (21.4m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-Chrome-1 Expired
56.7 MB
all-blob-reports-Chrome-2 Expired
8.93 MB
all-blob-reports-Chrome-3 Expired
135 KB
all-blob-reports-Chrome-4 Expired
3.66 MB
all-blob-reports-Chrome-5 Expired
832 KB
all-blob-reports-Chrome-6 Expired
10.1 MB
html-report Expired
75.5 MB
webapp Expired
27.2 MB