Skip to content

Flaky playwright test: crypto/user-verification.spec.ts: can abort emoji verification when emoji mismatch #27789

@RiotRobot

Description

@RiotRobot
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/element-web/element-web/playwright/e2e/crypto/utils.ts:374:35)
    at /home/runner/work/element-web/element-web/playwright/e2e/crypto/user-verification.spec.ts:108:48

https://github.com/matrix-org/matrix-react-sdk/actions/runs/10012017973

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions