X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FACL%2FAssignUsersToRolesTest.php;h=8f87b1eb7e3ff363af2c40405c07367e1dfca5fd;hb=fc39f196c427ec3f13f2a240967bd36f426e9609;hp=0e2886175a0c197050ee2bb7b773ac3aa615cacf;hpb=7791c05ff3b621589d135f3a01189d7f0a563db9;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php b/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php index 0e2886175a..8f87b1eb7e 100755 --- a/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php +++ b/tests/phpunit/WebTest/ACL/AssignUsersToRolesTest.php @@ -1,9 +1,9 @@ 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); - $this->clickLink("_qf_Options_next-bottom"); + $this->click("_qf_Options_next-bottom"); - $this->waitForText('crm-notification-container', "The Acl Role '{$label}' has been saved"); + $this->waitForText('crm-notification-container', "The ACL Role '{$label}' has been saved."); $this->openCiviPage("acl/entityrole", "action=add&reset=1");