Skip to content

Commit

Permalink
test: Update E2E mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Mar 20, 2024
1 parent 288b98f commit 56b5c52
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion e2e/tests/api-driven/src/invite-to-pay/mocks/flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -63279,7 +63279,21 @@
"yourDetailsTitle": "Your details",
"instructionsTitle": "How to pay",
"secondaryPageTitle": "Invite someone else to pay for this application",
"instructionsDescription": "<p>You can pay for your application by using GOV.UK Pay.</p> <p>Your application will be sent after you have paid the fee. Wait until you see an application sent message before closing your browser.</p>"
"instructionsDescription": "<p>You can pay for your application by using GOV.UK Pay.</p> <p>Your application will be sent after you have paid the fee. Wait until you see an application sent message before closing your browser.</p>",
"govPayMetadata": [
{
"key": "flow",
"value": "flow-name"
},
{
"key": "source",
"value": "PlanX"
},
{
"key": "isInviteToPay",
"value": true
}
]
},
"type": 400
},
Expand Down

0 comments on commit 56b5c52

Please sign in to comment.