Skip to content

Commit

Permalink
Update ContributionIatsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinG authored Jan 31, 2024
1 parent 67a07f9 commit f9c9fab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/src/FunctionalJavascript/ContributionIatsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected function setUp(): void {
$this->filliATSCryptogram();
$billingValues = [
'first_name' => 'Frederick',
'last_name' => "O'Pabst-Kelly",
'last_name' => 'Pabst',
'street_address' => '123 Milwaukee Ave',
'city' => 'Milwaukee',
'country' => '1228',
Expand Down Expand Up @@ -261,7 +261,7 @@ public function testSubmitContribution() {
$this->getSession()->getPage()->selectFieldOption('credit_card_exp_date[Y]', $this_year + 1);
$billingValues = [
'first_name' => 'Frederick',
'last_name' => 'Pabst',
'last_name' => "O'Pabst-Kelly",
'street_address' => '123 Milwaukee Ave',
'city' => 'Milwaukee',
'country' => '1228',
Expand All @@ -272,7 +272,7 @@ public function testSubmitContribution() {
$this->getSession()->getPage()->pressButton('Submit');
// throw new \Exception(var_export($this->htmlOutputDirectory, TRUE));

$this->createScreenshot($this->htmlOutputDirectory . '/legacy289.png');
$this->createScreenshot($this->htmlOutputDirectory . '/legacy_billingfields.png');
$this->htmlOutput();
$this->assertPageNoErrorMessages();
$this->assertSession()->pageTextContains('New submission added to CiviCRM Webform Test.');
Expand Down

0 comments on commit f9c9fab

Please sign in to comment.