Commit aae5cfac authored by Mark Lapierre's avatar Mark Lapierre

Merge branch '349358-wait-for-2nd-pipeline' into 'master'

Wait for 2nd pipeline to be created

See merge request gitlab-org/gitlab!78018
parents f33ade63 413e2065
......@@ -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