BigW Consortium Gitlab

Commit 4e712f76 by Lin Jen-Shin

Introduce repository_ssh_uri as a project product

parent ae0c7af2
......@@ -17,6 +17,13 @@ module QA
Page::Project::Show.act { project_name }
end
product :repository_ssh_uri do
Page::Project::Show.act do
choose_repository_clone_ssh
repository_location_uri
end
end
def fabricate!
group.visit!
......
......@@ -46,10 +46,7 @@ module QA
project.visit!
repository_uri = Page::Project::Show.act do
choose_repository_clone_ssh
repository_location_uri
end
repository_uri = project.repository_ssh_uri
gitlab_ci = <<~YAML
cat-config:
......
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