Commit 413e2065 authored by Tiffany Rea's avatar Tiffany Rea

Wait for 2nd pipeline to be created

parent d1efd8d3
......@@ -56,6 +56,8 @@ module QA
show.set_target_branch(random_test_string)
show.submit_changes
Support::Waiter.wait_until { project.pipelines.size > 1 }
aggregate_failures do
expect(show.target_branch_name).to eq(random_test_string)
expect(show.current_branch).to eq(random_test_string)
......
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