Add key storage toggle to Encryption settings #6026
Annotations
1 error and 1 notice
playwright/e2e/crypto/utils.ts#L195
1) [Chrome] › playwright/e2e/crypto/backups-mas.spec.ts:23:9 › Encryption state after registration › Key backup is enabled by default
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1"
Received: null
at crypto/utils.ts:195
193 | expect(backupInfo.version).toBe(expectedBackupVersion);
194 | // The active backup version is as expected
> 195 | expect(activeBackupVersion).toBe(expectedBackupVersion);
| ^
196 | // The backup key is stored in 4S
197 | if (checkBackupKeyIn4S) expect(backupKeyIn4S).toBe(true);
198 |
at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:195:33)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:32:9
|
|
The logs for this run have expired and are no longer available.
Loading