Skip to content

Commit

Permalink
Add some wait to partner smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed May 27, 2020
1 parent be156e9 commit be481b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/partnerProfile.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe("/:partner_id", () => {
})
it("shows partner articles", () => {
cy.visit("gagosian-gallery/articles")
cy.wait(2000)
cy.contains("Articles")
})

Expand Down

0 comments on commit be481b6

Please sign in to comment.