X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FContact%2FSearchbyDateFilterTest.php;h=0f58868dc2702c73f6713e2c0f776653ab246a62;hb=e44431fee3e48e503e8500ace6206f2d25c8956f;hp=185f1291d84bc9809b4b80d592a5ec6e6fd826fa;hpb=92b0f883315c72514e629b1c9e37261b84186785;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Contact/SearchbyDateFilterTest.php b/tests/phpunit/WebTest/Contact/SearchbyDateFilterTest.php index 185f1291d8..0f58868dc2 100644 --- a/tests/phpunit/WebTest/Contact/SearchbyDateFilterTest.php +++ b/tests/phpunit/WebTest/Contact/SearchbyDateFilterTest.php @@ -36,7 +36,7 @@ class WebTest_Contact_SearchbyDateFilterTest extends CiviSeleniumTestCase { } /* - * Function to test individual pane seperatly. + * test individual pane seperatly. */ function testAdvancedSearch() { $this->webtestLogin(); @@ -158,7 +158,7 @@ class WebTest_Contact_SearchbyDateFilterTest extends CiviSeleniumTestCase { */ function _checkOpenedPanes($openedPanes = array( )) { - if (!$this->isTextPresent('No matches found')) { + if (!$this->isTextPresent('None found.')) { $this->click('css=div.crm-advanced_search_form-accordion div.crm-accordion-header'); }