Skip to content

Commit

Permalink
test: adding wait to hopefully fix cypress test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rajohnson90 committed Jan 23, 2025
1 parent 7c61620 commit 8bfec76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/cypress/e2e/canDetail.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ describe("CAN detail page", () => {
});
it("handles budget form", () => {
cy.visit(`/cans/${can504.number}/funding`);
cy.wait(10000);
cy.get("#edit").click();
cy.get("#carry-forward-card").should("contain", "$ 10,000,000.00");
cy.get("#save-changes").should("be.disabled");
Expand Down

0 comments on commit 8bfec76

Please sign in to comment.