Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 851d398

Browse files
committed
Enable verification cypress tests for Element R
1 parent 68b04a8 commit 851d398

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cypress/e2e/crypto/verification.spec.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
import type { VerificationRequest, Verifier } from "matrix-js-sdk/src/crypto-api/verification";
1818
import { CypressBot } from "../../support/bot";
1919
import { HomeserverInstance } from "../../plugins/utils/homeserver";
20-
import { emitPromise, skipIfRustCrypto } from "../../support/util";
20+
import { emitPromise } from "../../support/util";
2121
import { checkDeviceIsCrossSigned, doTwoWaySasVerification, logIntoElement, waitForVerificationRequest } from "./utils";
2222
import { getToast } from "../../support/toasts";
2323

@@ -26,7 +26,6 @@ describe("Device verification", () => {
2626
let homeserver: HomeserverInstance;
2727

2828
beforeEach(() => {
29-
skipIfRustCrypto();
3029
cy.startHomeserver("default").then((data: HomeserverInstance) => {
3130
homeserver = data;
3231

0 commit comments

Comments
 (0)