Commit b6e50a4e authored by Ramya Authappan's avatar 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
parents 1a63de81 de1d53fb
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment