fix for webtest WRT changes done for CRM-12120
authorPratik Joshi <pratik.joshi@webaccess.co.in>
Thu, 21 Mar 2013 13:48:28 +0000 (19:18 +0530)
committerPratik Joshi <pratik.joshi@webaccess.co.in>
Thu, 21 Mar 2013 13:48:28 +0000 (19:18 +0530)
tests/phpunit/WebTest/Contact/SearchTest.php

index 638aae67bee880cbce6420d1a6c7016e64c39041..f70efcc246f719d17789b3965e548f54b60ea1c7 100644 (file)
@@ -77,7 +77,7 @@ class WebTest_Contact_SearchTest extends CiviSeleniumTestCase {
     $this->type("css=input#sort_name_navigation", 'ada');
     $this->typeKeys("css=input#sort_name_navigation", 'ada');
 
-    $this->clickLink("_qf_Basic_refresh");
+    $this->clickLink("_qf_Advanced_refresh");
 
     // make sure we're on search results page
     $this->waitForElementPresent("alpha-filter");