CRM-16876 Change country name to uppercase
[civicrm-core.git] / tests / phpunit / WebTest / Contact / AdvanceSearchPaneTest.php
index 5b4b71bcd6e34e7078ad1f5ded8bccc655bcebfc..f85b3d83a19ac78f1c96423c105e40298f37abf8 100644 (file)
@@ -186,7 +186,7 @@ class WebTest_Contact_AdvanceSearchPaneTest extends CiviSeleniumTestCase {
             'Country' => array(
               'type' => 'select',
               'locator' => 'country',
-              'values' => array('United States'),
+              'values' => array('UNITED STATES'),
             ),
             'State' => array(
               'type' => 'multiselect2',