Skip to content

Commit

Permalink
fix(e2e): Revert change to GovPay journey (#3018)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Apr 15, 2024
1 parent e35f3b2 commit c772c4b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions e2e/tests/ui-driven/src/pay.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,6 @@ test.describe("Gov Pay integration @regression", async () => {
// retry the payment
await page.getByText("Retry payment").click();
await page.getByText("Continue with your payment").click();
// Re-enter card details
await fillGovUkCardDetails({
page,
cardNumber: cards.successful_card_number,
});
await submitCardDetails(page);

const { paymentId } = await waitForPaymentResponse(page, context);
Expand Down

0 comments on commit c772c4b

Please sign in to comment.