Skip to content
Snippets Groups Projects
Commit 3c001b0e authored by pratik.joshi's avatar pratik.joshi
Browse files

this fixes most of contribution webtests

parent b2a3d72f
No related branches found
No related tags found
No related merge requests found
......@@ -891,7 +891,7 @@ class CiviSeleniumTestCase extends PHPUnit_Extensions_SeleniumTestCase {
if ($payLater) {
$this->click('is_pay_later');
$this->type('pay_later_text', "Pay later label $hash");
$this->type('pay_later_receipt', "Pay later instructions $hash");
$this->fillRichTextField('pay_later_receipt', "Pay later instructions $hash");
}
if ($pledges) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment