Skip to content

Wait for pipeline to have expected status in the Operation dashboard E2E test

What does this MR do?

Wait for pipeline to have expected status in the Operation dashboard E2E test. Since the pipeline status update is done via AJAX, it could happen that we don't wait long enough for the pipeline to finish.

Since Support::Waiter.wait_until would raise a WaitExceededError exception if the pipeline status isn't the one we expect after 60 seconds, we don't need an explicit expectation.

Closes #228631 (closed).

Edited by Rémy Coutable

Merge request reports