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

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Sep 21, 2023
1 parent 692d7b2 commit cf47891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/distroSettings/host_section.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ describe("host section", () => {
cy.getInputByLabel("Number of Files").type("10");
cy.getInputByLabel("Number of CGroup Tasks").type("20");
cy.getInputByLabel("Number of Processes").type("30");
cy.getInputByLabel("Locked Memory (kB)").type("128");
cy.getInputByLabel("Virtual Memory (kB)").type("256");
cy.getInputByLabel("Locked Memory").type("128");
cy.getInputByLabel("Virtual Memory").type("256");

cy.contains("button", "Add variable").click();
cy.getInputByLabel("Key").type("my-key");
Expand Down

0 comments on commit cf47891

Please sign in to comment.