Update AddRecurringEventTest.php
authorKate Sneed <kate@ksneedconsulting.com>
Sat, 25 Apr 2015 19:56:02 +0000 (13:56 -0600)
committerKate Sneed <kate@ksneedconsulting.com>
Sat, 25 Apr 2015 19:56:02 +0000 (13:56 -0600)
replace reccuring with repeating

tests/phpunit/WebTest/Event/AddRecurringEventTest.php

index 50704dffcbaf05ad77ccda42ad5ef2901fb93fec..725e1b41acd9fffe6a1f7c3915938c5099af0bf1 100644 (file)
@@ -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');