mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Frontend Tech Debt: Fix teamflow.spec failing in GH (#7770)
This commit is contained in:
parent
2a99beb2dd
commit
0a978e3446
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ describe("Teams flow (empty)", () => {
|
|||
});
|
||||
it("creates a new team", () => {
|
||||
cy.getAttached(".no-teams").within(() => {
|
||||
cy.contains("button", /create team/i).click();
|
||||
cy.getAttached(".no-teams__inner-text").within(() => {
|
||||
cy.contains("button", /create team/i).click();
|
||||
});
|
||||
});
|
||||
cy.findByLabelText(/team name/i)
|
||||
.click()
|
||||
|
|
|
|||
Loading…
Reference in a new issue