End to End Tests #5143
Annotations
1 error, 2 warnings, and 1 notice
playwright/e2e/crypto/utils.ts#L193
1) [Pinecone] › settings/encryption-user-tab/recovery.spec.ts:54: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: "6"
at crypto/utils.ts:193
191 | expect(backupInfo).toBeDefined();
192 | // The key backup version is as expected
> 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
at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:193:32)
at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:89:9
|
[Pinecone] › right-panel/right-panel.spec.ts#L1
[Pinecone] › right-panel/right-panel.spec.ts took 19.1s
|
[Pinecone] › settings/encryption-user-tab/encryption-tab.spec.ts#L1
[Pinecone] › settings/encryption-user-tab/encryption-tab.spec.ts took 16.2s
|
1 flaky
[Pinecone] › settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
63 skipped
54 passed (3.0m)
|
The logs for this run have expired and are no longer available.
Loading