Skip to content

Commit

Permalink
See if adding a couple of seconds delay gives the doc format preferen…
Browse files Browse the repository at this point in the history
…ce change time to propagate
  • Loading branch information
ianroberts committed Jan 21, 2024
1 parent 9c0491e commit 412d1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/document-format-pref.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ describe("Tests for document format preference changes", () => {
cy.get(".navbar").contains(adminUsername).click()
cy.contains("Account").click()
cy.contains("CSV").click()
cy.wait(2000)

cy.contains("Projects").click()
cy.contains("Test project").click()
Expand Down

0 comments on commit 412d1ed

Please sign in to comment.