End to End Tests #4474
Annotations
1 error, 2 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/crypto/utils.ts#L188
1) [Dendrite] › settings/encryption-user-tab/recovery.spec.ts:87:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1"
Received: "4"
at crypto/utils.ts:188
186 | expect(backupInfo).toBeDefined();
187 | // The key backup version is as expected
> 188 | expect(backupInfo.version).toBe(expectedBackupVersion);
| ^
189 | // The active backup version is as expected
190 | expect(activeBackupVersion).toBe(expectedBackupVersion);
191 | // The backup key is stored in 4S
at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:188:32)
at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:122:9
|
Run Playwright tests:
[Dendrite] › right-panel/right-panel.spec.ts#L1
[Dendrite] › right-panel/right-panel.spec.ts took 19.5s
|
Run Playwright tests:
[Dendrite] › read-receipts/room-list-order.spec.ts#L1
[Dendrite] › read-receipts/room-list-order.spec.ts took 16.3s
|
Run Playwright tests
1 flaky
[Dendrite] › settings/encryption-user-tab/recovery.spec.ts:87:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
61 skipped
56 passed (3.2m)
|
Loading