From: Kate Sneed Date: Sat, 25 Apr 2015 19:54:50 +0000 (-0600) Subject: Update AddRecurringActivityTest.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c0c937abb77be53b66a69be2ea656efbac6aa42c;p=civicrm-core.git Update AddRecurringActivityTest.php change recurring to repeating --- diff --git a/tests/phpunit/WebTest/Activity/AddRecurringActivityTest.php b/tests/phpunit/WebTest/Activity/AddRecurringActivityTest.php index 50f143900e..b5425e7893 100644 --- a/tests/phpunit/WebTest/Activity/AddRecurringActivityTest.php +++ b/tests/phpunit/WebTest/Activity/AddRecurringActivityTest.php @@ -111,7 +111,7 @@ class WebTest_Activity_AddRecurringActivityTest extends CiviSeleniumTestCase { } $this->type('start_action_offset', $occurrences); $this->click('_qf_Activity_upload-bottom'); - $this->waitForTextPresent('A recurring set will be created with the following dates.'); + $this->waitForTextPresent('A repeating set will be created with the following dates.'); $this->click("xpath=//div[@class='ui-dialog-buttonset']/button/span[text()='Continue']"); $this->waitForPageToLoad();