X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FContact%2FEditContactTest.php;h=b39909663d330f2cddd96d8f7e6d1d4b8f71ba35;hb=39dfb3109e293c4d596a66e6590a1ed7650bd37e;hp=8568f7e8dc189f91cd865aee1ddabbccb9fff4b8;hpb=6fe438e62916ebca75486a0e1e32d731a270c650;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Contact/EditContactTest.php b/tests/phpunit/WebTest/Contact/EditContactTest.php index 8568f7e8dc..b39909663d 100644 --- a/tests/phpunit/WebTest/Contact/EditContactTest.php +++ b/tests/phpunit/WebTest/Contact/EditContactTest.php @@ -1,9 +1,9 @@ webtestLogin(); @@ -38,8 +42,8 @@ class WebTest_Contact_EditContactTest extends CiviSeleniumTestCase { $firstName = 'WebTest' . substr(sha1(rand()), 0, 7); $lastName = 'ContactEdit' . substr(sha1(rand()), 0, 7); $this->openCiviPage("contact/add", "reset=1&ct=Individual"); - $this->type("first_name",$firstName); - $this->type("last_name",$lastName); + $this->type("first_name", $firstName); + $this->type("last_name", $lastName); //fill in phone 1 $this->type("phone_1_phone", "111113333"); @@ -87,7 +91,7 @@ class WebTest_Contact_EditContactTest extends CiviSeleniumTestCase { $this->type("phone_2_phone_ext", "111"); $this->select('phone_2_location_type_id', 'value=3'); - //Edit in phone 3 + //Edit in phone 3 $this->type("phone_3_phone", "777777699"); $this->type("phone_3_phone_ext", "197"); $this->select('phone_3_location_type_id', 'value=1');