From: Kate Sneed Date: Sat, 25 Apr 2015 19:56:02 +0000 (-0600) Subject: Update AddRecurringEventTest.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b303b7431019b7debba1fb861f224a1662200140;p=civicrm-core.git Update AddRecurringEventTest.php replace reccuring with repeating --- 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');