From 202af87b2e3823c117bfded0b467e8eb64fe5fb0 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Thu, 27 Jul 2023 15:21:19 +0200 Subject: [PATCH] Enable cypress test about login with SSSS to run with rust-crypto (#11323) --- cypress/e2e/crypto/verification.spec.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cypress/e2e/crypto/verification.spec.ts b/cypress/e2e/crypto/verification.spec.ts index 51e7b35d56..0bc6c71034 100644 --- a/cypress/e2e/crypto/verification.spec.ts +++ b/cypress/e2e/crypto/verification.spec.ts @@ -19,7 +19,7 @@ import jsQR from "jsqr"; import type { VerificationRequest, Verifier } from "matrix-js-sdk/src/crypto-api/verification"; import { CypressBot } from "../../support/bot"; import { HomeserverInstance } from "../../plugins/utils/homeserver"; -import { emitPromise, skipIfRustCrypto } from "../../support/util"; +import { emitPromise } from "../../support/util"; import { checkDeviceIsCrossSigned, doTwoWaySasVerification, logIntoElement, waitForVerificationRequest } from "./utils"; import { getToast } from "../../support/toasts"; @@ -155,8 +155,6 @@ describe("Device verification", () => { }); it("Verify device during login with Security Phrase", () => { - skipIfRustCrypto(); - logIntoElement(homeserver.baseUrl, aliceBotClient.getUserId(), aliceBotClient.__cypress_password); // Select the security phrase @@ -179,8 +177,6 @@ describe("Device verification", () => { }); it("Verify device during login with Security Key", () => { - skipIfRustCrypto(); - logIntoElement(homeserver.baseUrl, aliceBotClient.getUserId(), aliceBotClient.__cypress_password); // Select the security phrase