We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95236d7 commit 2ac0601Copy full SHA for 2ac0601
tests/e2e/utils/index.js
@@ -417,7 +417,7 @@ export async function handleGoCardlessPayment(page, options) {
417
// Fill bank details
418
if (currency === 'USD') {
419
await dropinIframe
420
- .locator('#accountHolderName')
+ .locator('#account_holder_name')
421
.fill(customerBilling.firstname + ' ' + customerBilling.lastname);
422
await dropinIframe.locator('#bank_code').fill(bankDetails.bankCode);
423
@@ -535,7 +535,7 @@ export async function handleGoCardlessPaymentSchemeWise(
535
switch (scheme) {
536
case 'ach':
537
538
539
.fill(
540
customerBilling.firstname + ' ' + customerBilling.lastname
541
);
0 commit comments