Skip to content

Commit

Permalink
guess
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Sep 10, 2024
1 parent cd9d9ee commit cc7ead7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/FunctionalJavascript/MembershipSubmissionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,16 @@ public function testSubmitMembershipQueryParams() {
$this->getSession()->getPage()->fillField('First Name', 'Frederick');
$this->getSession()->getPage()->fillField('Last Name', 'Pabst');
$this->assertSession()->pageTextContains('Basic Plus');
\CRM_Core_Error::debug_log_message('here 1');
$this->getSession()->getPage()->pressButton('Submit');
\CRM_Core_Error::debug_log_message('here 2');
$this->htmlOutput();
\CRM_Core_Error::debug_log_message('here 3');
$this->assertPageNoErrorMessages();
\CRM_Core_Error::debug_log_message('here 4');

$this->assertSession()->pageTextContains('New submission added to CiviCRM Webform Test.');
\CRM_Core_Error::debug_log_message('here 5');

$api_result = $this->utils->wf_civicrm_api('membership', 'get', [
'sequential' => 1,
Expand Down

0 comments on commit cc7ead7

Please sign in to comment.