Skip to content

Commit

Permalink
test: fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr-Sobhani committed Jul 21, 2023
1 parent c15ab03 commit d3e164d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ describe("when creating a project, the project page", () => {
// GHG performance uses the ReadOnlyAdjustableCalculatedValueWidget, which has a different HTML structure than the other fields
cy.findByText("GHG Emission Intensity Performance")
.next()
.should(
"have.text",
"200.00%GHG Emission Intensity Performance (Adjusted)100%"
);
.should("have.text", "200.00%");
cy.findByText("GHG Emission Intensity Performance (Adjusted)")
.next()
.should("have.text", "100%");
cy.findByText("Payment Percentage of Performance Milestone Amount (%)")
.next()
.should("have.text", "100.00%");
Expand Down

0 comments on commit d3e164d

Please sign in to comment.