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
This commit is contained in:
Ramya Authappan 2019-03-07 04:37:21 +00:00
commit b6e50a4e02
1 changed files with 5 additions and 2 deletions

View File

@ -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