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