mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Less brittle e2e teams flow test (#831)
This commit is contained in:
parent
ce005779e6
commit
bbd5741599
1 changed files with 5 additions and 0 deletions
|
|
@ -62,6 +62,11 @@ describe("Teams flow", () => {
|
|||
|
||||
cy.findByText(/successfully deleted/i).should("be.visible");
|
||||
|
||||
cy.visit("/settings/teams");
|
||||
// Allow rendering to settle
|
||||
// TODO this might represent a bug in the React code.
|
||||
cy.wait(100); // eslint-disable-line cypress/no-unnecessary-waiting
|
||||
|
||||
cy.findByText(/mystic/i).should("not.exist");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue