mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Enable some cypress tests for rust crypto (#11689)
This commit is contained in:
parent
34a0cf7e54
commit
da85b6f257
1 changed files with 0 additions and 4 deletions
|
@ -185,8 +185,6 @@ describe("Cryptography", function () {
|
|||
}
|
||||
|
||||
it("by recovery code", () => {
|
||||
skipIfRustCrypto();
|
||||
|
||||
// Verified the device
|
||||
if (isDeviceVerified) {
|
||||
cy.bootstrapCrossSigning(aliceCredentials);
|
||||
|
@ -223,8 +221,6 @@ describe("Cryptography", function () {
|
|||
});
|
||||
|
||||
it("by passphrase", () => {
|
||||
skipIfRustCrypto();
|
||||
|
||||
// Verified the device
|
||||
if (isDeviceVerified) {
|
||||
cy.bootstrapCrossSigning(aliceCredentials);
|
||||
|
|
Loading…
Reference in a new issue