Skip to content

Commit

Permalink
fix wait on stripe test
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendrapurohit committed Dec 23, 2023
1 parent 940cf6d commit a595744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/FunctionalJavascript/StripeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a595744

Please sign in to comment.