End to End Tests #4224
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
playwright/e2e/crypto/utils.ts#L170
1) [Pinecone] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.mx_SecureBackupPanel_statusList tr:nth-child(5) td')
Expected string: "1 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)"
Received string: "3 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.mx_SecureBackupPanel_statusList tr:nth-child(5) td')
9 × locator resolved to <td>…</td>
- unexpected value "3 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)"
at crypto/utils.ts:170
168 | }
169 |
> 170 | await expect(page.locator(".mx_SecureBackupPanel_statusList tr:nth-child(5) td")).toHaveText(
| ^
171 | expectedBackupVersion + " (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)",
172 | );
173 |
at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:170:87)
at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:120:9
|
Run Playwright tests:
[Pinecone] › right-panel/right-panel.spec.ts#L1
[Pinecone] › right-panel/right-panel.spec.ts took 19.4s
|
Run Playwright tests
1 flaky
[Pinecone] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
63 skipped
53 passed (3.1m)
|
Loading