From 8882780dad5822f1a965af4fc0897540c2c99bea Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Thu, 21 Mar 2013 19:18:28 +0530 Subject: [PATCH] fix for webtest WRT changes done for CRM-12120 --- tests/phpunit/WebTest/Contact/SearchTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/Contact/SearchTest.php b/tests/phpunit/WebTest/Contact/SearchTest.php index 638aae67be..f70efcc246 100644 --- a/tests/phpunit/WebTest/Contact/SearchTest.php +++ b/tests/phpunit/WebTest/Contact/SearchTest.php @@ -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"); -- 2.25.1