summaryrefslogtreecommitdiff
path: root/spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-11/+3
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-83/+27
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-26/+85
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-27/+48
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-2/+2
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-4/+4
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-4/+4
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-1/+1
|\
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* | Add return value in form input to make add member specs passStan Hu2017-08-111-2/+2
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-2/+2
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+0
* Changed date check testremove-jquery-ui-datepickerPhil Hughes2017-02-061-19/+23
* Fixed some specsPhil Hughes2017-02-061-20/+18
* Fixed a test and change the arrow functions to named functionsJose Ivan Vargas2017-01-041-3/+3
* Fixed more rspec tests as well as spinach featuresJose Ivan Vargas2017-01-031-1/+0
* Fixed rspec tests for the project members also fixed the indexJose Ivan Vargas2017-01-031-1/+2
* Fix member with expiration date feature specfix_team_member_expiration_date_specFelipe Artur2016-12-191-2/+2
* Updated some specsPhil Hughes2016-09-131-4/+4
* Add expiration date to group membershipsSean McGivern2016-08-181-1/+1
* Only use let! where neededSean McGivern2016-08-181-2/+2
* Single quotes all the way.Adam Niedzielski2016-08-071-5/+5
* Set explicit time in tests so they return consistent results regardless of th...Adam Niedzielski2016-08-061-18/+23
* Allow to edit access expiration date.Adam Niedzielski2016-08-051-7/+20
* Update spec for adding member.Adam Niedzielski2016-08-051-2/+2
* Add test for a member with the expiration date.Adam Niedzielski2016-08-031-0/+27