Skip to content

Commit

Permalink
Update select_hosts.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt committed Sep 12, 2024
1 parent 73435a7 commit 4860f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/spruce/cypress/integration/hosts/select_hosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});
});

0 comments on commit 4860f12

Please sign in to comment.