From cf47891e50b3c5f29eb0145586fba0ce6cc99255 Mon Sep 17 00:00:00 2001 From: Sophie Stadler Date: Thu, 21 Sep 2023 13:51:55 -0400 Subject: [PATCH] Fix test --- cypress/integration/distroSettings/host_section.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/integration/distroSettings/host_section.ts b/cypress/integration/distroSettings/host_section.ts index de7c3dc3eb..4012e7201b 100644 --- a/cypress/integration/distroSettings/host_section.ts +++ b/cypress/integration/distroSettings/host_section.ts @@ -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");