提交 b6e50a4e 编写于 作者: R Ramya Authappan

Merge branch 'qa-staging-42-fix-create-project-spec' into 'master'

Retry choose_test_namespace on exception

Closes gitlab-org/quality/staging#42

See merge request gitlab-org/gitlab-ce!25810
......@@ -24,9 +24,12 @@ module QA
end
def choose_test_namespace
click_element :project_namespace_select
retry_on_exception do
click_body
click_element :project_namespace_select
search_and_select(Runtime::Namespace.path)
search_and_select(Runtime::Namespace.path)
end
end
def go_to_import_project
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册