Skip to content
Snippets Groups Projects
Commit 7db2b4ce authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #1400 from pratik-joshi/test-fixes-v44

Test fixes v44 also filled 2 civicrm issues
parents c85b2f5e 3c001b0e
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) {
......
......@@ -72,7 +72,6 @@ class WebTest_Contact_UpdateProfileTest extends CiviSeleniumTestCase {
$this->assertTrue($this->isTextPresent($street), 'In line ' . __LINE__);
$this->assertTrue($this->isTextPresent($city), 'In line ' . __LINE__);
$this->assertTrue($this->isTextPresent($postalCode), 'In line ' . __LINE__);
$this->assertTrue($this->isElementPresent("//div[@id='profilewrap1']/div[@id='crm-container']/div[7]/div[2][contains(text(), 'AR')]"));
$this->assertTrue($this->isElementPresent("//div[@id='profilewrap1']/div[@id='crm-container']/div/div[7]/div[2][contains(text(), 'AR')]"));
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment