Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Don't reset state
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Sep 21, 2023
1 parent 7a8a2d7 commit 692d7b2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cypress/integration/distroSettings/host_section.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,6 @@ describe("host section", () => {
cy.dataCy("save-settings-button").scrollIntoView();
save();
cy.validateToast("success");

// Reset fields
cy.dataCy("delete-item-button").first().click();
cy.dataCy("delete-item-button").first().click();

cy.dataCy("save-settings-button").scrollIntoView();
cy.selectLGOption("Host Bootstrap Method", "Legacy SSH");
cy.selectLGOption("Host Communication Method", "Legacy SSH");

save();
cy.validateToast("success");
});
});
});

0 comments on commit 692d7b2

Please sign in to comment.