Commit 3e6e09c4 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Use full QA sandbox group path when creating a project

parent 9d766d2e
......@@ -13,7 +13,7 @@ module QA
def choose_test_namespace
click_element :project_namespace_select
first('li', text: Runtime::Namespace.name).click
first('li', text: Runtime::Namespace.path).click
end
def choose_name(name)
......
......@@ -11,6 +11,10 @@ module QA
'qa-test-' + time.strftime('%d-%m-%Y-%H-%M-%S')
end
def path
"#{sandbox_name}/#{name}"
end
def sandbox_name
'gitlab-qa-sandbox'
end
......
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