more test fixes : WebTest_Contribute_ContributionPageAddTest::testContributionPageSep...
authorPratik Joshi <pratik.joshi@webaccess.co.in>
Tue, 24 Sep 2013 11:24:59 +0000 (16:54 +0530)
committerPratik Joshi <pratik.joshi@webaccess.co.in>
Tue, 24 Sep 2013 11:24:59 +0000 (16:54 +0530)
tests/phpunit/WebTest/Contribute/ContributionPageAddTest.php

index 2cc2d3f35aecf3c4ed5edc4b24c4e9af3653118b..4ffc7f3a58b48c59f9fde590cda28733c64dbfee 100644 (file)
@@ -241,7 +241,7 @@ class WebTest_Contribute_ContributionPageAddTest extends CiviSeleniumTestCase {
     //View Contribution for separate contribution
     $this->waitForElementPresent("xpath=//div[@id='contributionSearch']//table//tbody/tr[1]/td[11]/span/a[text()='View']");
     // Open search criteria again
-    $this->click("xpath=id('Search')/x:div[2]/x:div/x:div[1]");
+    $this->click("xpath=id('Search')/div[2]/div/div[1]");
     $this->waitForElementPresent("financial_type_id");
     $this->select('financial_type_id',"label=Donation");
     $this->clickLink('_qf_Search_refresh', "xpath=//div[@id='contributionSearch']//table//tbody/tr[1]/td[11]/span/a[text()='View']");