mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update assertions to singular host (#7935)
This commit is contained in:
parent
a509bdd0ac
commit
b14929f213
2 changed files with 2 additions and 2 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue