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

fix for webtest : WebTest_Contribute_OnlineContributionTest::testOnlineContributionAdd

parent b0735617
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ class WebTest_Contribute_OnlineContributionTest extends CiviSeleniumTestCase {
$this->select("state_province-1", "value=1001");
// Honoree Info
$this->click("xpath=id('Main')/x:div[2]/x:fieldset/x:div[2]/x:div/x:label[text()='In Honor of']");
$this->click("xpath=id('Main')/div[2]/fieldset/div[2]/div/label[text()='In Honor of']");
$this->waitForElementPresent("honor_email");
$this->select("honor_prefix_id", "label=Ms.");
......
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