From b303b7431019b7debba1fb861f224a1662200140 Mon Sep 17 00:00:00 2001 From: Kate Sneed Date: Sat, 25 Apr 2015 13:56:02 -0600 Subject: [PATCH] Update AddRecurringEventTest.php replace reccuring with repeating --- tests/phpunit/WebTest/Event/AddRecurringEventTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/Event/AddRecurringEventTest.php b/tests/phpunit/WebTest/Event/AddRecurringEventTest.php index 50704dffcb..725e1b41ac 100644 --- a/tests/phpunit/WebTest/Event/AddRecurringEventTest.php +++ b/tests/phpunit/WebTest/Event/AddRecurringEventTest.php @@ -62,7 +62,7 @@ class WebTest_Event_AddRecurringEventTest extends CiviSeleniumTestCase { $this->select('start_action_offset', $occurrences); $this->multiselect2('exclude_date_list', array('05/11/2015', '05/12/2015'), TRUE); $this->click('_qf_Repeat_submit-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=//button//span[text()='Continue']"); $this->waitForAjaxContent(); $this->checkCRMAlert('Repeat Configuration has been saved'); -- 2.25.1