summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/milestone_filter_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Use `empty_project` where possible in spec/features/dashboardRobert Speicher2017-07-271-1/+1
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
* Replaces 'dashboard/merge_requests' spinach with rspecAlexander Randa2017-06-261-13/+9
* 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-6/+4
* Fix milestone_filter_spec.rb by using wait_for_ajax and a correct user flowimprove-milestone_filter_spec-wait_for_ajax-correct-flowLuke "Jared" Bennett2017-05-121-6/+7
* Use .trigger(‘click’) instead of .clickas-fix-spec-masterAlfredo Sumaran2017-05-111-1/+1
* Disallow multiselect for Milestone dropdownSam Rose2017-05-101-0/+59