From 61d5eb671c863419c6469a7399ae2b118007348e Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Mon, 11 Jul 2022 09:59:45 -0400 Subject: [PATCH] e2e test: Move seedQueries so call can never be repeated (#6556) --- cypress/integration/premium/teamflow.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", () => {