$this->click('_qf_SearchContribution_refresh');
$this->waitForPageToLoad($this->getTimeoutMsec());
$this->isElementPresent("xpath=//table[@id='option11_wrapper']/tbody/tr/td/strong[text()='$pageTitle']");
- $this->waitForElementPresent("xpath=//table[@id='option11']/tbody/tr/td[4]/div[@class='crm-contribution-page-configure-actions']/span[text()='Configure']");
- $this->click("xpath=//table[@id='option11']/tbody/tr/td[4]/div[@class='crm-contribution-page-configure-actions']/span[text()='Configure']");
- $this->waitForElementPresent("xpath=//table[@id='option11']/tbody/tr/td[4]/div[@class='crm-contribution-page-configure-actions']/span[text()='Configure']/ul[@class='panel']/li[8]/a[@title='Premiums']");
- $this->click("xpath=//table[@id='option11']/tbody/tr/td[4]/div[@class='crm-contribution-page-configure-actions']/span[text()='Configure']/ul[@class='panel']/li[8]/a[@title='Premiums']");
+ $this->waitForElementPresent("xpath=//table[@id='option11']/tbody/tr/td[5]/div[@class='crm-contribution-page-configure-actions']/span[text()='Configure']");
+ $this->click("xpath=//table[@id='option11']/tbody/tr/td[5]/div[@class='crm-contribution-page-configure-actions']/span[text()='Configure']");
+ $this->waitForElementPresent("xpath=//table[@id='option11']/tbody/tr/td[5]/div[@class='crm-contribution-page-configure-actions']/span[text()='Configure']/ul[@class='panel']/li[8]/a[@title='Premiums']");
+ $this->click("xpath=//table[@id='option11']/tbody/tr/td[5]/div[@class='crm-contribution-page-configure-actions']/span[text()='Configure']/ul[@class='panel']/li[8]/a[@title='Premiums']");
$this->waitForPageToLoad($this->getTimeoutMsec());
$this->waitForElementPresent('premiums_active');
$this->waitForElementPresent('_qf_Premium_cancel-bottom');
$profilefield = array(
'middle_name' => 'middle_name',
- 'gender' => 'gender_id',
+ 'gender' => 'gender',
);
$location = 0;
$type = "Individual";
$this->type("custom_" . $customId[2], "lname_custom1");
$this->type("middle_name", "xyz");
- $this->click("name=gender_id value=2");
+ $this->click("name=gender value=2");
$this->select("participant_role", "value=2");
$this->click("_qf_Register_upload-bottom");
$this->type("custom_" . $customId[2], "lname_custom1");
$this->type("middle_name", "xyz");
- $this->click("name=gender_id value=2");
+ $this->click("name=gender value=2");
$this->select("participant_role", "value=2");
$this->click("_qf_Register_upload-bottom");