summaryrefslogtreecommitdiff
path: root/spec/features/groups/members/request_access_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-1/+1
|
* 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
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-9/+9
|
* Add top level items to fly-out navigationPhil Hughes2017-09-061-1/+1
| | | | | | This only appears when in the collapsed sidebar. If the sidebar is expanded, then these items are hidden & no fly-out navigation is displayed. Closes #36294
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Use `empty_project` where possible in spec/features/groupsRobert Speicher2017-07-271-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Rename group member specs for consistent namingDmitriy Zaporozhets2017-06-261-0/+78
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>