$this->click('_qf_AddProduct_next-bottom');
$this->waitForElementPresent('_qf_Premium_cancel-bottom');
$this->click('_qf_Premium_next-bottom');
+ $this->waitForPageToLoad($this->getTimeoutMsec());
}
if ($widget) {
// fill in step 8 (Widget Settings)
$this->click('link=Widgets');
$this->waitForElementPresent('_qf_Widget_next-bottom');
-
$this->click('is_active');
$this->type('url_logo', "URL to Logo Image $hash");
$this->type('button_title', "Button Title $hash");
$sortName = "adv$firstName, $firstName";
$displayName = "$firstName adv$firstName";
- $this->_searchBuilder("ZIP / Postal Code", "100[0-9]", $sortName, "RLIKE");
+ $this->_searchBuilder("Zip / Postal Code", "100[0-9]", $sortName, "RLIKE");
}
/**
$this->_createContact('Household', $firstName7, "$firstName7@advsearch.co.in", NULL, $postalCode);
// check if the resultset of search builder and advanced search match for the postal code
- $this->_searchBuilder('ZIP / Postal Code', $postalCode, NULL, 'LIKE', '4');
+ $this->_searchBuilder('Zip / Postal Code', $postalCode, NULL, 'LIKE', '4');
$this->_advancedSearch($postalCode, NULL, NULL, '4', 'postal_code');
$firstName8 = "abcc" . substr(sha1(rand()), 0, 7);
// fill in Receipt details
$this->type('thankyou_title', "Thank-you Page Title $hash");
- $this->click("thankyou_text-plain");
- $this->fillRichTextField('thankyou_text', 'This is thankyou message for ' . $pageTitle, 'CKEditor');
- $this->click("thankyou_footer-plain");
- $this->fillRichTextField('thankyou_footer', 'This is thankyou footer message for ' . $pageTitle, 'CKEditor');
+ $this->fillRichTextField('thankyou_text', 'This is thankyou message for ' . $pageTitle, 'CKEditor', TRUE);
+ $this->fillRichTextField('thankyou_footer', 'This is thankyou footer message for ' . $pageTitle, 'CKEditor', TRUE);
$this->click('is_email_receipt');
$this->waitForElementPresent('bcc_receipt');
$this->type('receipt_from_name', "Receipt From Name $hash");