Skip to content

Commit

Permalink
Update ContributionIatsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinG authored Oct 2, 2023
1 parent b62d51b commit a0842b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/FunctionalJavascript/ContributionIatsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public function testSubmitACHEFTContribution() {
// Wait for the ACHEFT form to load in.
$this->assertSession()->waitForField('account_holder');
$this->getSession()->getPage()->fillField('Account Holder', 'CiviCRM user');
$this->getSession()->getPage()->fillField('Bank Account Number', '12345678');
$this->getSession()->getPage()->fillField('Account No.', '12345678');
$this->getSession()->getPage()->fillField('Bank Identification Number', '111111111');
$this->getSession()->getPage()->fillField('Bank Name', 'Bank of CiviCRM');
$this->getSession()->getPage()->selectFieldOption('bank_account_type', 'Savings');
Expand Down

0 comments on commit a0842b3

Please sign in to comment.