-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -257,6 +257,10 @@ export async function fillGovUkCardDetails({ | |
await page.locator("button#submit-card-details").click(); | ||
} | ||
|
||
export async function submitCardDetails(page: Page) { | ||
await page.getByRole("button", { name: "Continue" }).click(); | ||
Check failure on line 261 in e2e/tests/ui-driven/src/globalHelpers.ts GitHub Actions / E2E tests[chromium] › pay.spec.ts:52:7 › Gov Pay integration @regression › a successful payment
Check failure on line 261 in e2e/tests/ui-driven/src/globalHelpers.ts GitHub Actions / E2E tests[chromium] › pay.spec.ts:52:7 › Gov Pay integration @regression › a successful payment
Check failure on line 261 in e2e/tests/ui-driven/src/globalHelpers.ts GitHub Actions / E2E tests[chromium] › pay.spec.ts:52:7 › Gov Pay integration @regression › a successful payment
Check failure on line 261 in e2e/tests/ui-driven/src/globalHelpers.ts GitHub Actions / E2E tests[chromium] › pay.spec.ts:85:7 › Gov Pay integration @regression › a retry attempt for a failed GOV.UK payment
Check failure on line 261 in e2e/tests/ui-driven/src/globalHelpers.ts GitHub Actions / E2E tests[chromium] › pay.spec.ts:85:7 › Gov Pay integration @regression › a retry attempt for a failed GOV.UK payment
|
||
} | ||
|
||
export async function answerFindProperty(page: Page) { | ||
await setupOSMockResponse(page); | ||
await page.getByLabel("Postcode").fill("SW1 1AA"); | ||
|