This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Add separator at the top of a pinned message #11562
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:86:9 › User verification › can abort emoji verification when emoji mismatch
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/crypto/utils.ts#L381
1) crypto/user-verification.spec.ts:86:9 › User verification › can abort emoji verification when emoji mismatch
Error: jsHandle.evaluateHandle: Test timeout of 30000ms exceeded.
at crypto/utils.ts:381
379 | botVerificationRequest: JSHandle<VerificationRequest>,
380 | ): Promise<JSHandle<Verifier>> {
> 381 | return botVerificationRequest.evaluateHandle(async (verificationRequest) => {
| ^
382 | while (!verificationRequest.verifier) {
383 | await new Promise((r) => verificationRequest.once("change" as any, r));
384 | }
at awaitVerifier (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/utils.ts:381:35)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/user-verification.spec.ts:116:48
|
matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.4m
|
matrix-react-sdk/crypto/crypto.spec.ts#L1
matrix-react-sdk/crypto/crypto.spec.ts took 1.2m
|
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 54.5s
|
matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 51.8s
|
matrix-react-sdk/crypto/event-shields.spec.ts#L1
matrix-react-sdk/crypto/event-shields.spec.ts took 50.6s
|
|
This job succeeded
Loading