Commit f333bcf0 authored by Tiffany Rea's avatar Tiffany Rea Committed by Mark Lapierre

Check for pipeline first before status

parent ae991fd6
......@@ -31,6 +31,8 @@ module QA
end
def wait_for_latest_pipeline_status
wait_until(max_duration: 30, reload: true, sleep_interval: 5) { has_pipeline? }
wait_until(reload: false, max_duration: 360) do
within_element_by_index(:pipeline_commit_status, 0) { yield }
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