Skip to content

Commit

Permalink
ci: adding extra assert
Browse files Browse the repository at this point in the history
  • Loading branch information
gurjmatharu committed Jul 27, 2023
1 parent 81f90a2 commit 558f166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/cypress/e2e/cif/project-revision/undo-changes.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ describe("when undoing, the project revision page", () => {

// undo additional funding source
cy.findByText(/Yes/i).click();
cy.contains("Changes saved.");
cy.findByRole("button", { name: /Add funding source/i }).click();
cy.fillAdditionalFundingSourceForm(
"Test Additional Source",
Expand Down

0 comments on commit 558f166

Please sign in to comment.