summaryrefslogtreecommitdiff
path: root/spec/features/projects/merge_request_button_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-2/+2
|
* Replaces dashboard/dashboard.feature spinach with rspecAlexander Randa2017-07-171-8/+6
|
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-4/+6
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-14/+12
| |
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-12/+8
| |
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-2/+2
|/
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-2/+2
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-2/+2
|
* Move PDFLab into GitLabpdflab-in-repoSam Rose2017-04-281-2/+2
|
* Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-12/+12
|
* Test there is no Merge Request button when MRs are disabledToon Claes2017-01-251-0/+14
| | | | | In case Merge Requests are disabled on the project, no one should see the Merge Request button.
* Ensure the correct Merge Request button is foundToon Claes2017-01-251-6/+14
| | | | | | | | | The project was not public and this caused a 404. So the tests were giving deceiving results. By searching for the Merge Request button in `#content-body` this is overcome, and also other Merge Request buttons (e.g. in the sidebar) are ignored.
* Deduplicate tests for Merge Request buttonsToon Claes2017-01-231-0/+86
Use shared examples to test the presence of the Merge Request button on the various pages.