summaryrefslogtreecommitdiff
path: root/spec/features/groups/members/leave_group_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+0
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Add leave link to access_granted emailmember-access-granted-leave-email-feLuke Bennett2019-05-031-2/+24
| | | | | | | | Allows users to leave a project/group that they have been added to. Add function to leave a namespace by url param If the `leave` param is present on a project/group show page, click the leave link.
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-6/+6
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix leave_group_spec.rbDmitriy Zaporozhets2017-06-261-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Combine group leave feature specs in one fileDmitriy Zaporozhets2017-06-261-0/+62
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>