Skip to content

Commit

Permalink
Format document
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanElliott96 committed Apr 25, 2024
1 parent 35599b3 commit 582272b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/end-to-end/cypress/payment-spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ describe("payment spec", () => {
);

// Assert invoice link takes you to the invoice page.
cy.get('[data-test="invoice-link"]')
.click()
cy.get('[data-test="invoice-link"]').click();

cy.url().should('include', '/invoice')
cy.url().should("include", "/invoice");
});
});

0 comments on commit 582272b

Please sign in to comment.