From 89432ee34286408694090e82ac52dde344498c00 Mon Sep 17 00:00:00 2001 From: joannechester Date: Wed, 14 Oct 2015 01:02:36 +0100 Subject: [PATCH] Update AssignUsersToRolesTest.php text change --- tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php b/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php index 09874f99ed..c3d511f093 100755 --- a/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php +++ b/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php @@ -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); -- 2.25.1