diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-02-08 12:28:55 +0500 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-02-08 12:28:55 +0500 |
commit | 8ab5b3eb9d34baa15690c46661c396f2320192d2 (patch) | |
tree | 95b846f02f328e87c6279d5d54481ba843ad8297 /qa | |
parent | 724e904c3d4562bf3f1cee6abae1370e20e5ff58 (diff) | |
download | gitlab-ce-8ab5b3eb9d34baa15690c46661c396f2320192d2.tar.gz |
Use search_and_select instead of select_itemqa-staging-32-fix-create-project-spec
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/page/project/new.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/new.rb b/qa/qa/page/project/new.rb index a588af07e4a..9f1867ef8a5 100644 --- a/qa/qa/page/project/new.rb +++ b/qa/qa/page/project/new.rb @@ -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 |