if ($processorName === 'Test Processor') {
// Use the default test processor, no need to create a new one
- $this->openCiviPage('admin/paymentProcessor', 'action=update&id=1&reset=1');
+ $this->openCiviPage('admin/paymentProcessor', 'action=update&id=1&reset=1', '_qf_PaymentProcessor_cancel-bottom');
$this->check('is_default');
$this->clickLink('_qf_PaymentProcessor_next-bottom');
return 1;
$this->type('title', "Test Priceset $rand");
$this->check('extends_2');
$this->select("financial_type_id", "label=Donation");
- $this->clickLink('_qf_Set_next-bottom', '_qf_Field_next-bottom');
+ $this->clickLink('_qf_Set_next-bottom', '_qf_Field_next-bottom', FALSE);
$sid = $this->urlArg('sid');
//add field
$this->type('label', "Testfield");
$this->select('html_type', "value=Radio");
$this->type('option_label_1', 'test Label');
$this->type('option_amount_1', 0.00);
- $this->clickLink('_qf_Field_next_new-bottom', '_qf_Field_next-bottom');
+ $this->clickLink('_qf_Field_next_new-bottom', '_qf_Field_next-bottom', FALSE);
$this->openCiviPage("admin/contribute/amount", "reset=1&action=update&id=$pageId", '_qf_Amount_cancel-bottom');
$this->select('price_set_id', "value=$sid");
- $this->clickLink('_qf_Amount_upload_done-bottom');
+ $this->clickLink('_qf_Amount_upload_done-bottom', FALSE);
//Contribution using priceset
$this->_doContributionAndVerifyData($pageId, TRUE);
$this->openCiviPage("contribute/search", "reset=1", "contribution_date_low");
$this->type("sort_name", "$firstName $lastName");
- $this->clickLink("_qf_Search_refresh", "xpath=//div[@id='contributionSearch']//table//tbody/tr[1]/td[11]/span/a[text()='View']");
- $this->clickLink("xpath=//div[@id='contributionSearch']//table//tbody/tr[1]/td[11]/span/a[text()='View']", "_qf_ContributionView_cancel-bottom");
+ $this->clickLink("_qf_Search_refresh", "xpath=//div[@id='contributionSearch']//table//tbody/tr[1]/td[11]/span/a[text()='View']", FALSE);
+ $this->clickLink("xpath=//div[@id='contributionSearch']//table//tbody/tr[1]/td[11]/span/a[text()='View']", "_qf_ContributionView_cancel-bottom", FALSE);
//View Contribution Record and verify data
$expected = array(