Skip to content
Snippets Groups Projects
Commit d9a0c6be authored by Web Access's avatar Web Access
Browse files

Webtest fixes

parent c1d1bf14
Branches
Tags
No related merge requests found
......@@ -257,10 +257,7 @@ class WebTest_Contact_AddTest extends CiviSeleniumTestCase {
$this->select("preferred_language", "value=fr_FR");
//Notes section
$this->clickAt("xpath=//div[text()='
Notes
']");
$this->clickAt("//*[@id='Contact']/div[2]/div[6]/div[1]");
$this->waitForElementPresent("subject");
$this->type("subject", "Grant's note");
$this->type("note", "This is a household contact webtest note.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment