Enable disabled cypress test (#11979)

I can't for the life of me make this fail locally, so let's have a go on CI.
This commit is contained in:
Richard van der Hoff 2023-11-29 17:21:11 +00:00 committed by GitHub
parent e897d7360d
commit 27b138b52d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,7 +277,6 @@ describe("Cryptography", function () {
});
it("should allow verification when there is no existing DM", function (this: CryptoTestContext) {
skipIfRustCrypto(); // https://github.com/vector-im/element-web/issues/26447
cy.bootstrapCrossSigning(aliceCredentials);
autoJoin(this.bob);