diff --git a/cypress/integration/premium/teamflow.spec.ts b/cypress/integration/premium/teamflow.spec.ts index 1db1fb2934..fa37bc8b83 100644 --- a/cypress/integration/premium/teamflow.spec.ts +++ b/cypress/integration/premium/teamflow.spec.ts @@ -33,6 +33,7 @@ describe("Teams flow (seeded)", () => { cy.setup(); cy.loginWithCySession(); cy.seedPremium(); + cy.seedQueries(); cy.viewport(1200, 660); }); after(() => { @@ -86,7 +87,6 @@ describe("Teams flow (seeded)", () => { describe("Manage schedules page", () => { beforeEach(() => { cy.loginWithCySession(); - cy.seedQueries(); cy.visit("/schedule/manage"); }); it("adds a query to team schedule", () => {