Commit fd44062d authored by Dan Davison's avatar Dan Davison

Merge branch '233300-fix-project-list-selection' into 'master'

Wait for project list to become available

See merge request gitlab-org/gitlab!41919
parents a75efa2b e6996a7b
......@@ -20,6 +20,9 @@ module QA
end
def select_project
wait_until(sleep_interval: 2, reload: false) do
has_element? :project_list_item
end
click_element :project_list_item
end
end
......
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