Merge pull request #11087 from yashodha/CRM-19850
[civicrm-core.git] / tests / phpunit / WebTest / Contact / SearchBuilderTest.php
index bfc151bf69a836312f90e8c6a0a4bc3c643776a2..c53bb7d1ff86e41c7cc2e363c76d9bf278048f26 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2016                                |
+ | Copyright CiviCRM LLC (c) 2004-2018                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -101,6 +101,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase {
     $this->type("address_1_street_address", "street 1 $firstName");
     $this->type("address_1_supplemental_address_1", "street supplement 1 $firstName");
     $this->type("address_1_supplemental_address_2", "street supplement 2 $firstName");
+    $this->type("address_1_supplemental_address_3", "street supplement 3 $firstName");
     $this->type("address_1_city", "city$firstName");
     $this->type("address_1_postal_code", "100100");
     $this->select("address_1_country_id", "UNITED STATES");