Update assertions to singular host (#7935)

This commit is contained in:
Luke Heath 2022-09-26 10:00:00 -05:00 committed by GitHub
parent a509bdd0ac
commit b14929f213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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", () => {

View file

@ -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", () => {