Skip to content
Snippets Groups Projects
Commit 8ab5b3eb authored by Sanad Liaquat's avatar Sanad Liaquat
Browse files

Use search_and_select instead of select_item

parent 724e904c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment