mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Enable verification cypress tests for Element R (#11169)
This commit is contained in:
parent
68b04a83e8
commit
0d14b03d71
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
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";
|
||||
|
||||
|
@ -26,7 +26,6 @@ describe("Device verification", () => {
|
|||
let homeserver: HomeserverInstance;
|
||||
|
||||
beforeEach(() => {
|
||||
skipIfRustCrypto();
|
||||
cy.startHomeserver("default").then((data: HomeserverInstance) => {
|
||||
homeserver = data;
|
||||
|
||||
|
|
Loading…
Reference in a new issue