From a595744d20ad594c6661284acd342cfbdfc888d7 Mon Sep 17 00:00:00 2001 From: Jitendra Purohit Date: Sat, 23 Dec 2023 14:01:43 +0530 Subject: [PATCH] fix wait on stripe test --- tests/src/FunctionalJavascript/StripeTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/FunctionalJavascript/StripeTest.php b/tests/src/FunctionalJavascript/StripeTest.php index d2aeb04ae..50980995b 100644 --- a/tests/src/FunctionalJavascript/StripeTest.php +++ b/tests/src/FunctionalJavascript/StripeTest.php @@ -96,6 +96,7 @@ public function testAjaxSubmitContribution() { 'Line Item Amount 2' => '29.50', ]; $this->postSubmission($this->webform, $edit, 'Next >'); + $this->assertSession()->assertWaitOnAjaxRequest(); $this->getSession()->getPage()->fillField('Contribution Amount', '10.00'); $this->assertSession()->elementExists('css', '#wf-crm-billing-items');