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

Commit beaffdb

Browse files
authored
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.
1 parent 1c72bb9 commit beaffdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cypress/e2e/crypto/crypto.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ describe("Cryptography", function () {
256256
}
257257

258258
it("creating a DM should work, being e2e-encrypted / user verification", function (this: CryptoTestContext) {
259-
skipIfRustCrypto(); // https://github.com/vector-im/element-web/issues/25618
260259
cy.bootstrapCrossSigning(aliceCredentials);
261260
startDMWithBob.call(this);
262261
// send first message

0 commit comments

Comments
 (0)