From 4860f129e8bbfc486df7dc51280520938aae5c2d Mon Sep 17 00:00:00 2001 From: minnakt Date: Thu, 12 Sep 2024 11:05:52 -0400 Subject: [PATCH] Update select_hosts.ts --- apps/spruce/cypress/integration/hosts/select_hosts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spruce/cypress/integration/hosts/select_hosts.ts b/apps/spruce/cypress/integration/hosts/select_hosts.ts index 8c5a65263..e95c99af2 100644 --- a/apps/spruce/cypress/integration/hosts/select_hosts.ts +++ b/apps/spruce/cypress/integration/hosts/select_hosts.ts @@ -75,6 +75,6 @@ describe("Select hosts in hosts page table", () => { cy.dataCy("reprovision-button").should("be.visible").click(); cy.dataCy("reprovision-button-popover").should("be.visible"); cy.contains("button", "Yes").click(); - cy.validateToast("success", "Marked hosts to reprovision for 0 hosts"); + cy.validateToast("success", "Marked hosts to reprovision for 3 hosts"); }); });