Commit 79485896 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix repository location in GitLab QA squash specs

parent f2bf6717
......@@ -31,9 +31,9 @@ module QA
merge_request.project.visit!
Git::Repository.perform do |repository|
repository.location = Page::Project::Show.act do
repository.uri = Page::Project::Show.act do
choose_repository_clone_http
repository_location
repository_location.uri
end
repository.use_default_credentials
......
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