CRM-16876 Change country name to uppercase
[civicrm-core.git] / tests / phpunit / WebTest / Contact / AddCmsUserTest.php
index 83d7e95352683a1b2ab9d35e1a1afca2e4541dac..5dc5b0f5e04ff82b8fb27efa2c935006536835a3 100644 (file)
@@ -101,7 +101,7 @@ class WebTest_Contact_AddCmsUserTest extends CiviSeleniumTestCase {
     $this->type('street_address-1', '902C El Camino Way SW');
     $this->type('city-1', 'Dumfries');
     $this->type('postal_code-1', '1234');
-    $this->assertTrue($this->isTextPresent('United States'));
+    $this->assertTrue($this->isTextPresent('UNITED STATES'));
     $this->select('state_province-1', 'value=1019');
 
     $this->click('edit-submit');