CRM-16109 - suppress fee section for waitlist and approval-required registration...
authorDave Greenberg <dave@civicrm.org>
Sat, 14 Mar 2015 00:17:23 +0000 (17:17 -0700)
committerDave Greenberg <dave@civicrm.org>
Sat, 14 Mar 2015 00:17:23 +0000 (17:17 -0700)
----------------------------------------
* CRM-16109: Confusing empty display of fees section during confirmation and thank-you for waitlisted and require-approval registrations
  https://issues.civicrm.org/jira/browse/CRM-16109

tests/phpunit/WebTest/Event/AddEventTest.php

index f9e875a764827fcc4f09b98ef01b4032267e3837..0b7b674d34ab93e627c99fcc34ac8e83dec8b1cf 100644 (file)
@@ -959,7 +959,7 @@ WHERE ceft.entity_id = %1 AND ceft.entity_table = 'civicrm_contribution'";
     $this->waitForElementPresent("_qf_Confirm_next");
     $this->click('_qf_Confirm_next');
     $this->waitForPageToLoad($this->getTimeoutMsec());
-    $this->waitForElementPresent("xpath=//div[@class='section']");
+    $this->waitForElementPresent("xpath=//div[@class='crm-group participant_info-group']");
     $this->assertTextPresent("Thank You for Registering");
 
   }