From de02cccc2bd9b1452c6e5341bca65f6d04d62505 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Tue, 17 Sep 2013 15:14:47 +0530 Subject: [PATCH] Webtest fixes - Related to Search Builder --- tests/phpunit/WebTest/Contact/SearchBuilderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/Contact/SearchBuilderTest.php b/tests/phpunit/WebTest/Contact/SearchBuilderTest.php index b4d8384d8a..d4f4352179 100644 --- a/tests/phpunit/WebTest/Contact/SearchBuilderTest.php +++ b/tests/phpunit/WebTest/Contact/SearchBuilderTest.php @@ -241,7 +241,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { if ($loc) { $this->select("mapper_{$set}_{$row}_2", "label=$loc"); } - $this->select("operator_{$set}_{$row}", "label=$op"); + $this->select("operator_{$set}_{$row}", "value=$op"); if (is_array($value)) { $this->waitForElementPresent("css=#crm_search_value_{$set}_{$row} select option + option"); foreach ($value as $val) { -- 2.25.1