Update AddRecurringActivityTest.php
authorKate Sneed <kate@ksneedconsulting.com>
Sat, 25 Apr 2015 19:54:50 +0000 (13:54 -0600)
committerKate Sneed <kate@ksneedconsulting.com>
Sat, 25 Apr 2015 19:54:50 +0000 (13:54 -0600)
change recurring to repeating

tests/phpunit/WebTest/Activity/AddRecurringActivityTest.php

index 50f143900edd7fb1608348af1374a20682887b64..b5425e78937cf9bc921ce2188e2c72b04cf6c728 100644 (file)
@@ -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();