Skip to content

Commit

Permalink
test: fix value in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Sep 8, 2023
1 parent f555686 commit 5518784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/cypress/e2e/cif/project-revision/undo-changes.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ describe("when undoing, the project revision page", () => {
adjustedGhgEmissionIntensityPerformance: "98.00%",
dateSentToCsnr: "Jun 10, 2020",
paymentPercentageOfPerformanceMilestoneAmount: "100.00%",
actualPerformanceMilestoneAmount: "$0.00",
maximumPerformanceMilestoneAmount: "$0.00",
actualPerformanceMilestoneAmount: "$0.10",
maximumPerformanceMilestoneAmount: "$0.10",
});
cy.findByText(/Edit Emissions Intensity Report/i)
.next()
Expand Down

0 comments on commit 5518784

Please sign in to comment.