From beaffdb893273ccfa0037ff105ed19786d1f2bb0 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Tue, 28 Nov 2023 11:37:32 +0000 Subject: [PATCH] Re-enable Cypress test creating a DM on Rust (#11946) Full name of the test: 'Cryptography > creating a DM should work, being e2e-encrypted / user verification' I ran this 20 times with rust crypto locally and it seemed to pass, so giving it a go on CI. --- cypress/e2e/crypto/crypto.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/e2e/crypto/crypto.spec.ts b/cypress/e2e/crypto/crypto.spec.ts index e74d66274f..408328b422 100644 --- a/cypress/e2e/crypto/crypto.spec.ts +++ b/cypress/e2e/crypto/crypto.spec.ts @@ -256,7 +256,6 @@ describe("Cryptography", function () { } it("creating a DM should work, being e2e-encrypted / user verification", function (this: CryptoTestContext) { - skipIfRustCrypto(); // https://github.com/vector-im/element-web/issues/25618 cy.bootstrapCrossSigning(aliceCredentials); startDMWithBob.call(this); // send first message