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.
This commit is contained in:
parent
1c72bb9e6f
commit
beaffdb893
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ describe("Cryptography", function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
it("creating a DM should work, being e2e-encrypted / user verification", function (this: CryptoTestContext) {
|
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);
|
cy.bootstrapCrossSigning(aliceCredentials);
|
||||||
startDMWithBob.call(this);
|
startDMWithBob.call(this);
|
||||||
// send first message
|
// send first message
|
||||||
|
|
Loading…
Reference in a new issue