This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
End to End Tests #952
Annotations
2 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/crypto/user-verification.spec.ts#L1
1) crypto/user-verification.spec.ts:78:9 › User verification › can abort emoji verification when emoji mismatch
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/crypto/utils.ts#L374
1) crypto/user-verification.spec.ts:78:9 › User verification › can abort emoji verification when emoji mismatch
Error: jsHandle.evaluateHandle: Test timeout of 30000ms exceeded.
at crypto/utils.ts:374
372 | botVerificationRequest: JSHandle<VerificationRequest>,
373 | ): Promise<JSHandle<Verifier>> {
> 374 | return botVerificationRequest.evaluateHandle(async (verificationRequest) => {
| ^
375 | while (!verificationRequest.verifier) {
376 | await new Promise((r) => verificationRequest.once("change" as any, r));
377 | }
at awaitVerifier (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/utils.ts:374:35)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/user-verification.spec.ts:108:48
|
matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.2m
|
matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 1.1m
|
matrix-react-sdk/crypto/crypto.spec.ts#L1
matrix-react-sdk/crypto/crypto.spec.ts took 1.0m
|
matrix-react-sdk/crypto/event-shields.spec.ts#L1
matrix-react-sdk/crypto/event-shields.spec.ts took 58.6s
|
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 50.7s
|
|
This job succeeded
Loading