summaryrefslogtreecommitdiff
path: root/qa/qa/resource/project_milestone.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-1/+1
|
* Created a refreshed create merge request suiteTomislav Nikic2019-06-171-0/+15
| | | | | Created a refreshed test suite using api to improve speed. This was done by adding qa tags to the merge request view.
* Standardize usage of `click_` and `go_to` on GUI testsWalmyr2019-03-281-1/+1
| | | | | | | This MR addresses the following issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/57043 Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/57043#note_136663994
* Rename QA::Factory to QA::Resource53224-rename-to-resource-base-qaLin Jen-Shin2018-11-051-0/+36
* Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project