$this->click("CIVICRM_QFID_0_is_monetary");
$this->clickLink("_qf_Fee_upload-bottom", "_qf_Fee_upload-bottom", FALSE);
- $this->waitForElementPresent("xpath=//div[@id='event-fees'][@style='display: none;']");
+ sleep(2);
//check if pay later option is disabled
$this->click('CIVICRM_QFID_1_is_monetary');
$this->waitForElementPresent('is_pay_later');
preg_quote("$lastName, $firstName")
);
- $this->verifyText("xpath=//table[@class='crm-info-panel']/tbody/tr[2]/td[2]/span/a[1]",
+ $this->verifyText("xpath=//table[@class='crm-info-panel']/tbody/tr[2]/td[2]/span",
preg_quote("$lastName1, $firstName1")
);
- $this->verifyText("xpath=//table[@class='crm-info-panel']/tbody/tr[2]/td[2]/span/a[2]",
+ $this->verifyText("xpath=//table[@class='crm-info-panel']/tbody/tr[2]/td[2]/span",
preg_quote("$lastName2, $firstName2")
);
- $this->verifyText("xpath=//table[@class='crm-info-panel']/tbody/tr[2]/td[2]/span/a[3]",
+ $this->verifyText("xpath=//table[@class='crm-info-panel']/tbody/tr[2]/td[2]/span",
preg_quote("$lastName3, $firstName3")
);