Skip to content

Commit

Permalink
Update MembershipSubmissionTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinG authored Sep 29, 2024
1 parent 7773aaf commit 55ffc7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/FunctionalJavascript/MembershipSubmissionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ public function testSubmitMembershipQueryParams() {

$this->getSession()->getPage()->pressButton('Save');
$this->createScreenshot($this->htmlOutputDirectory . '/debug06.png');

$this->assertSession()->assertWaitOnAjaxRequest();
$this->getSession()->getPage()->pressButton('Save elements');

$this->drupalLogout();
$this->drupalGet($this->webform->toUrl('canonical', ['query' => ['membership' => 2]]));
Expand Down

0 comments on commit 55ffc7e

Please sign in to comment.