Enable some cypress tests for rust crypto (#11689)
This commit is contained in:
@@ -185,8 +185,6 @@ describe("Cryptography", function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
it("by recovery code", () => {
|
it("by recovery code", () => {
|
||||||
skipIfRustCrypto();
|
|
||||||
|
|
||||||
// Verified the device
|
// Verified the device
|
||||||
if (isDeviceVerified) {
|
if (isDeviceVerified) {
|
||||||
cy.bootstrapCrossSigning(aliceCredentials);
|
cy.bootstrapCrossSigning(aliceCredentials);
|
||||||
@@ -223,8 +221,6 @@ describe("Cryptography", function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("by passphrase", () => {
|
it("by passphrase", () => {
|
||||||
skipIfRustCrypto();
|
|
||||||
|
|
||||||
// Verified the device
|
// Verified the device
|
||||||
if (isDeviceVerified) {
|
if (isDeviceVerified) {
|
||||||
cy.bootstrapCrossSigning(aliceCredentials);
|
cy.bootstrapCrossSigning(aliceCredentials);
|
||||||
|
|||||||
Reference in New Issue
Block a user