Merge branch 'qa-staging-32-fix-create-project-spec' into 'master'
Fix create_project_spec Closes gitlab-org/quality/staging#32 See merge request gitlab-org/gitlab-ce!25029
This commit is contained in:
commit
a14be36a0d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module QA
|
|||
def choose_test_namespace
|
||||
click_element :project_namespace_select
|
||||
|
||||
select_item(Runtime::Namespace.path)
|
||||
search_and_select(Runtime::Namespace.path)
|
||||
end
|
||||
|
||||
def go_to_import_project
|
||||
|
|
Loading…
Reference in a new issue