X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FACL%2FAssignUsersToRolesTest.php;h=8642442a1ebddf781cd554df38e9f72d18f0b858;hb=808b59163b36c46b5c3c0de5714339db41da43ee;hp=ad4ddbfa2de4347216436982c04a263a01d68909;hpb=ff7a89a128bce30ba0aae2bb7f628e7eb76e89ca;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php b/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php index ad4ddbfa2d..8642442a1e 100755 --- a/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php +++ b/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php @@ -1,7 +1,7 @@ waitForText('crm-notification-container', "The Group '{$groupTitle}' has been saved."); - $this->openCiviPage("admin/options/acl_role", "group=acl_role&action=add&reset=1", "_qf_Options_cancel-bottom"); + $this->openCiviPage("admin/options/acl_role", "action=add&reset=1", "_qf_Options_cancel-bottom"); $label = "TestAclRole" . substr(sha1(rand()), 0, 4); $this->type("label", $label);