This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #10836
Annotations
1 error, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/crypto/migration.spec.ts#L67
1) crypto/migration.spec.ts:39:5 › migration › Should support migration from legacy crypto ───────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 50
Received: NaN
Call Log:
- Timeout 60000ms exceeded while waiting on the predicate
65 | { timeout: 60000 },
66 | )
> 67 | .toBeGreaterThan(50);
| ^
68 |
69 | // Eventually, we should get a normal matrix chat
70 | await page.waitForSelector(".mx_MatrixChat", { timeout: 120000 });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/migration.spec.ts:67:14
|
matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.8m
|
matrix-react-sdk/crypto/crypto.spec.ts#L1
matrix-react-sdk/crypto/crypto.spec.ts took 1.4m
|
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 1.1m
|
matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 1.1m
|
matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 1.1m
|
|
This job succeeded
Loading