From c0c937abb77be53b66a69be2ea656efbac6aa42c Mon Sep 17 00:00:00 2001 From: Kate Sneed Date: Sat, 25 Apr 2015 13:54:50 -0600 Subject: [PATCH] Update AddRecurringActivityTest.php change recurring to repeating --- tests/phpunit/WebTest/Activity/AddRecurringActivityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.25.1