Commit 8ab5b3eb authored by Sanad Liaquat's avatar Sanad Liaquat

Use search_and_select instead of select_item

parent 724e904c
......@@ -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
......
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