----------------------------------------
* 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
$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");
}