Merge pull request #7857 from eileenmcnaughton/CRM-18096
[civicrm-core.git] / tests / phpunit / WebTest / Generic / GeneralClickAroundTest.php
index 977f31c946ef01972b4cad0f7eec6fad98667e29..59815f7a2ce78b5efad8b8331834a03d0cb2bb93 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2016                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -53,8 +53,8 @@ class WebTest_Generic_GeneralClickAroundTest extends CiviSeleniumTestCase {
     $this->select('tag', 'label=Major Donor');
     $this->click('_qf_Basic_refresh');
     $this->waitForElementPresent('search-status');
-    $this->assertText('search-status', "Contact Type IN 'Individual'");
-    $this->assertText('search-status', 'Tagged IN Major Donor');
+    $this->assertText('search-status', "Contact Type In Individual");
+    $this->assertText('search-status', 'Tagged = Major Donor');
 
     // Advanced Search by Tag
     $this->click("css=ul#civicrm-menu li.crm-Search");
@@ -63,7 +63,7 @@ class WebTest_Generic_GeneralClickAroundTest extends CiviSeleniumTestCase {
     $this->select('contact_tags', 'label=Major Donor');
     $this->click('_qf_Advanced_refresh');
     $this->waitForElementPresent('search-status');
-    $this->assertText('search-status', 'Tagged IN Major Donor');
+    $this->assertText('search-status', 'Tagged In Major Donor');
   }
 
   public function testNewIndividual() {