Skip to content

Commit

Permalink
Update ContributionIatsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinG authored Feb 1, 2024
1 parent f9c9fab commit 80d1768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/FunctionalJavascript/ContributionIatsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,11 @@ public function testSubmitContribution() {
'postal_code' => '53177',
];
$this->fillBillingFields($billingValues);
$this->createScreenshot($this->htmlOutputDirectory . '/legacy_billingfields.png');

$this->getSession()->getPage()->pressButton('Submit');
// throw new \Exception(var_export($this->htmlOutputDirectory, TRUE));

$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 80d1768

Please sign in to comment.