summaryrefslogtreecommitdiff
path: root/spec/features/projects/members/group_members_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Fixed rspec tests for the project members also fixed the indexJose Ivan Vargas2017-01-031-4/+4
| | | | view (removed an extra tag )
* Handle an edge-case whith inviteesgroup-members-in-project-members-viewRémy Coutable2016-12-071-7/+76
| | | | | | | | | When the project has invitees, no group members were returned due to a `user_id NOT IN (42, NULL)` query which always returned [] since a `user_id` would be NULL, thus the condition could never match. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Shows group members in the project members listPhil Hughes2016-12-021-0/+21
Closes #24122