From 80d1768323c933596db2354ebcf53a1c6c0927a9 Mon Sep 17 00:00:00 2001 From: KarinG Date: Wed, 31 Jan 2024 17:23:19 -0700 Subject: [PATCH] Update ContributionIatsTest.php --- tests/src/FunctionalJavascript/ContributionIatsTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/src/FunctionalJavascript/ContributionIatsTest.php b/tests/src/FunctionalJavascript/ContributionIatsTest.php index 66f018cdf..2929b67c7 100644 --- a/tests/src/FunctionalJavascript/ContributionIatsTest.php +++ b/tests/src/FunctionalJavascript/ContributionIatsTest.php @@ -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.');