Skip to content

Commit

Permalink
Enable cypress test about login with SSSS to run with rust-crypto (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jul 27, 2023
1 parent c269989 commit 202af87
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cypress/e2e/crypto/verification.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 202af87

Please sign in to comment.