X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FContact%2FPrivacyOptionSearchTest.php;h=9df0faba125e706d3ed30dd5d5291fa44045d2ba;hb=34b568c4f00791aa48c724b9c1e7bba247e80930;hp=ab0a8c93e2506984c832d4716dcd654f27b68f6c;hpb=8f6ae60501d5d64ddbc6269648e71247dee0ce1b;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Contact/PrivacyOptionSearchTest.php b/tests/phpunit/WebTest/Contact/PrivacyOptionSearchTest.php index ab0a8c93e2..9df0faba12 100644 --- a/tests/phpunit/WebTest/Contact/PrivacyOptionSearchTest.php +++ b/tests/phpunit/WebTest/Contact/PrivacyOptionSearchTest.php @@ -1,7 +1,7 @@ webtestLogin(); $this->waitForPageToLoad($this->getTimeoutMsec()); @@ -121,7 +121,7 @@ class WebTest_Contact_PrivacyOptionSearchTest extends CiviSeleniumTestCase { $this->click("_qf_Advanced_refresh"); $this->waitForPageToLoad(2 * $this->getTimeoutMsec()); - $this->assertTrue($this->isTextPresent("No matches found")); + $this->assertTrue($this->isTextPresent("None found.")); // Go to advance search, check for 'Include' + 'OR' options. $this->openCiviPage("contact/search/advanced", "reset=1"); @@ -165,4 +165,3 @@ class WebTest_Contact_PrivacyOptionSearchTest extends CiviSeleniumTestCase { $this->assertTrue($this->isTextPresent("$lname2, $fname2")); } } -