End to End Tests #5563
Annotations
2 errors, 3 warnings, and 1 notice
playwright/e2e/room-directory/room-directory.spec.ts#L52
1) [Dendrite] › playwright/e2e/room-directory/room-directory.spec.ts:19:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 2
50 |
51 | const resp = await bot.publicRooms({});
> 52 | expect(resp.total_room_count_estimate).toEqual(1);
| ^
53 | expect(resp.chunk).toHaveLength(1);
54 | expect(resp.chunk[0].room_id).toEqual(roomId);
55 | },
at /home/runner/work/element-web/element-web/playwright/e2e/room-directory/room-directory.spec.ts:52:52
|
playwright/e2e/crypto/utils.ts#L193
2) [Dendrite] › playwright/e2e/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
|
[Dendrite] › playwright/e2e/right-panel/right-panel.spec.ts#L1
[Dendrite] › playwright/e2e/right-panel/right-panel.spec.ts took 18.7s
|
[Dendrite] › playwright/e2e/read-receipts/room-list-order.spec.ts#L1
[Dendrite] › playwright/e2e/read-receipts/room-list-order.spec.ts took 16.3s
|
[Dendrite] › playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts#L1
[Dendrite] › playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts took 15.5s
|
2 flaky
[Dendrite] › playwright/e2e/room-directory/room-directory.spec.ts:19:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit
[Dendrite] › playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
61 skipped
56 passed (3.2m)
|
The logs for this run have expired and are no longer available.
Loading