diff options
Diffstat (limited to 'tests/acceptance/features/bootstrap/UsersSettingsContext.php')
-rw-r--r-- | tests/acceptance/features/bootstrap/UsersSettingsContext.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/acceptance/features/bootstrap/UsersSettingsContext.php b/tests/acceptance/features/bootstrap/UsersSettingsContext.php index 995bbdd8725..e2eff7e2db0 100644 --- a/tests/acceptance/features/bootstrap/UsersSettingsContext.php +++ b/tests/acceptance/features/bootstrap/UsersSettingsContext.php @@ -178,7 +178,10 @@ class UsersSettingsContext implements Context, ActorAwareInterface { } /** + * Assigning/withdrawing is the same action (it toggles). + * * @When I assign the user :user to the group :group + * @When I withdraw the user :user from the group :group */ public function iAssignTheUserToTheGroup($user, $group) { $this->actor->find(self::inputForUserInCell('groups', $user))->setValue($group); |