Commit e6996a7b authored by treagitlab's avatar treagitlab

Wait for project list to become available

parent 3d10455e
......@@ -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