Update AssignUsersToRolesTest.php
authorjoannechester <joannechester@users.noreply.github.com>
Wed, 14 Oct 2015 00:02:36 +0000 (01:02 +0100)
committerjoannechester <joannechester@users.noreply.github.com>
Wed, 14 Oct 2015 00:02:36 +0000 (01:02 +0100)
text change

tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php

index 09874f99ed68fe248f95e47bdb47db10f1720e6a..c3d511f0934a91e34f5f832365a78931352ef811 100755 (executable)
@@ -107,7 +107,7 @@ class WebTest_ACL_AssignUsersToRolesTest extends CiviSeleniumTestCase {
     $this->type("first_name", $firstName);
     $this->type("last_name", $lastName);
     $this->click("edit-submit");
-    $this->Batch Update Participants Via PrwaitForPageToLoad($this->getTimeoutMsec());
+    $this->waitForPageToLoad($this->getTimeoutMsec());
     $permissions = array("edit-{$roleId}-access-civicrm");
     $this->changePermissions($permissions);