diff --git a/cypress/integration/free/admin.spec.ts b/cypress/integration/free/admin.spec.ts index 7e7f693b7c..2b176223be 100644 --- a/cypress/integration/free/admin.spec.ts +++ b/cypress/integration/free/admin.spec.ts @@ -250,7 +250,7 @@ describe( cy.findByText(/all hosts/i).click(); cy.findByText(/host targeted/i).should("exist"); // target count cy.findByText(/run/i).click(); - cy.findByText(/querying selected hosts/i).should("exist"); // target count + cy.findByText(/querying selected host/i).should("exist"); // target count }); }); describe("Manage policies page", () => { diff --git a/cypress/integration/free/maintainer.spec.ts b/cypress/integration/free/maintainer.spec.ts index b4f3745a7a..9d2cbb3d73 100644 --- a/cypress/integration/free/maintainer.spec.ts +++ b/cypress/integration/free/maintainer.spec.ts @@ -242,7 +242,7 @@ describe( cy.findByText(/all hosts/i).click(); cy.findByText(/host targeted/i).should("exist"); // target count cy.findByText(/run/i).click(); - cy.findByText(/querying selected hosts/i).should("exist"); // target count + cy.findByText(/querying selected host/i).should("exist"); // target count }); }); describe("Manage policies page", () => {