From be481b676cf58681a8cf2f1aff2fcf05eeb22b40 Mon Sep 17 00:00:00 2001 From: Christopher Pappas Date: Tue, 26 May 2020 21:00:57 -0700 Subject: [PATCH] Add some wait to partner smoke test --- cypress/integration/partnerProfile.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/partnerProfile.spec.js b/cypress/integration/partnerProfile.spec.js index 23e0a8caa74..837a74e2cf3 100644 --- a/cypress/integration/partnerProfile.spec.js +++ b/cypress/integration/partnerProfile.spec.js @@ -46,6 +46,7 @@ describe("/:partner_id", () => { }) it("shows partner articles", () => { cy.visit("gagosian-gallery/articles") + cy.wait(2000) cy.contains("Articles") })