Commit f13df5b4 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'qa-246-not-checkouting-with-b' into 'master'

QA: Do not create a new branch in the second push

Closes gitlab-qa#246

See merge request gitlab-org/gitlab-ee!5799
parents 5722d893 67129d5d
......@@ -32,6 +32,7 @@ module QA
push.project = factory.project
push.branch_name = factory.target_branch
push.remote_branch = factory.source_branch
push.new_branch = false
push.file_name = "added_file.txt"
push.file_content = "File Added"
end
......
......@@ -20,6 +20,8 @@ module QA
push.project = project
push.file_name = "other.txt"
push.file_content = "New file added!"
push.branch_name = "master"
push.new_branch = false
end
merge_request.visit!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment