Update jest - autoclosed #2700
Annotations
10 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L1
1) crypto/backups.spec.ts:26:9 › Backups › Create, delete and recreate a keys backup ─────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L31
1) crypto/backups.spec.ts:26:9 › Backups › Create, delete and recreate a keys backup ─────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('button', { name: 'Set up', exact: true })
29 |
30 | await expect(securityTab.getByRole("heading", { name: "Secure Backup" })).toBeVisible();
> 31 | await securityTab.getByRole("button", { name: "Set up", exact: true }).click();
| ^
32 |
33 | const currentDialogLocator = page.locator(".mx_Dialog");
34 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:31:80
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L1
1) crypto/backups.spec.ts:26:9 › Backups › Create, delete and recreate a keys backup ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L31
1) crypto/backups.spec.ts:26:9 › Backups › Create, delete and recreate a keys backup ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('button', { name: 'Set up', exact: true })
29 |
30 | await expect(securityTab.getByRole("heading", { name: "Secure Backup" })).toBeVisible();
> 31 | await securityTab.getByRole("button", { name: "Set up", exact: true }).click();
| ^
32 |
33 | const currentDialogLocator = page.locator(".mx_Dialog");
34 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:31:80
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L1
1) crypto/backups.spec.ts:26:9 › Backups › Create, delete and recreate a keys backup ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L31
1) crypto/backups.spec.ts:26:9 › Backups › Create, delete and recreate a keys backup ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).getByRole('button', { name: 'Set up', exact: true })
29 |
30 | await expect(securityTab.getByRole("heading", { name: "Secure Backup" })).toBeVisible();
> 31 | await securityTab.getByRole("button", { name: "Set up", exact: true }).click();
| ^
32 |
33 | const currentDialogLocator = page.locator(".mx_Dialog");
34 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:31:80
|
Run Playwright tests:
playwright/e2e/crypto/crypto.spec.ts#L121
2) crypto/crypto.spec.ts:97:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Dialog').getByText('Secure Backup successful')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Dialog').getByText('Secure Backup successful')
119 |
120 | // Either way, we end up at a success dialog:
> 121 | await expect(dialog.getByText("Secure Backup successful")).toBeVisible();
| ^
122 | await dialog.getByRole("button", { name: "Done" }).click();
123 | await expect(dialog.getByText("Secure Backup successful")).not.toBeVisible();
124 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:76
|
Run Playwright tests:
playwright/e2e/crypto/crypto.spec.ts#L121
2) crypto/crypto.spec.ts:97:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Dialog').getByText('Secure Backup successful')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Dialog').getByText('Secure Backup successful')
119 |
120 | // Either way, we end up at a success dialog:
> 121 | await expect(dialog.getByText("Secure Backup successful")).toBeVisible();
| ^
122 | await dialog.getByRole("button", { name: "Done" }).click();
123 | await expect(dialog.getByText("Secure Backup successful")).not.toBeVisible();
124 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:76
|
Run Playwright tests:
playwright/e2e/crypto/crypto.spec.ts#L121
2) crypto/crypto.spec.ts:97:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Dialog').getByText('Secure Backup successful')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Dialog').getByText('Secure Backup successful')
119 |
120 | // Either way, we end up at a success dialog:
> 121 | await expect(dialog.getByText("Secure Backup successful")).toBeVisible();
| ^
122 | await dialog.getByRole("button", { name: "Done" }).click();
123 | await expect(dialog.getByText("Secure Backup successful")).not.toBeVisible();
124 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:76
|
Run Playwright tests:
playwright/e2e/crypto/crypto.spec.ts#L154
3) crypto/crypto.spec.ts:131:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by passphrase
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Dialog').getByText('Secure Backup successful')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Dialog').getByText('Secure Backup successful')
152 | await copyAndContinue(page);
153 |
> 154 | await expect(dialog.getByText("Secure Backup successful")).toBeVisible();
| ^
155 | await dialog.getByRole("button", { name: "Done" }).click();
156 | await expect(dialog.getByText("Secure Backup successful")).not.toBeVisible();
157 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:154:76
|
Run Playwright tests:
composer/RTE.spec.ts#L1
composer/RTE.spec.ts took 1.4m
|
Run Playwright tests:
audio-player/audio-player.spec.ts#L1
audio-player/audio-player.spec.ts took 1.4m
|
Run Playwright tests:
integration-manager/kick.spec.ts#L1
integration-manager/kick.spec.ts took 42.7s
|
Run Playwright tests:
editing/editing.spec.ts#L1
editing/editing.spec.ts took 35.7s
|
Run Playwright tests:
accessibility/keyboard-navigation.spec.ts#L1
accessibility/keyboard-navigation.spec.ts took 34.0s
|
Run Playwright tests
14 failed
crypto/backups.spec.ts:26:9 › Backups › Create, delete and recreate a keys backup ──────────────
crypto/crypto.spec.ts:97:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code
crypto/crypto.spec.ts:131:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by passphrase
crypto/crypto.spec.ts:97:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
crypto/crypto.spec.ts:131:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by passphrase
crypto/crypto.spec.ts:166:9 › Cryptography › Can reset cross-signing keys ──────────────────────
crypto/decryption-failure-messages.spec.ts:31:13 › Cryptography › decryption failure messages › should handle device-relative historical messages
crypto/dehydration.spec.ts:52:5 › Dehydration › Create dehydrated device ───────────────────────
crypto/device-verification.spec.ts:68:9 › Device verification › Verify device with SAS during login
crypto/device-verification.spec.ts:94:9 › Device verification › Verify device with QR code during login
crypto/device-verification.spec.ts:139:9 › Device verification › Verify device with Security Phrase during login
crypto/device-verification.spec.ts:160:9 › Device verification › Verify device with Security Key during login
crypto/event-shields.spec.ts:173:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
crypto/logout.spec.ts:33:9 › Logout tests › If backup is set up show standard confirm ──────────
64 passed (23.9m)
|
Loading