Skip to content

Commit

Permalink
wait removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendrapurohit committed Dec 18, 2023
1 parent 3d668bb commit 94da84a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/FunctionalJavascript/AttachmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,9 @@ public function testSubmitWebform() {
]));
$this->enableCivicrmOnWebform();
$this->getSession()->getPage()->selectFieldOption("contact_1_number_of_cg{$this->_cg[1]['id']}", 'Yes');
$this->assertSession()->assertWaitOnAjaxRequest();
$this->htmlOutput();

$this->getSession()->getPage()->selectFieldOption("contact_1_number_of_cg{$this->_cg[2]['id']}", 'Yes');
$this->assertSession()->assertWaitOnAjaxRequest();
$this->htmlOutput();

// Enable custom fields.
Expand Down

0 comments on commit 94da84a

Please sign in to comment.