Skip to content

Fix transient failure in add_list_delete_branches_spec.rb

Mark Lapierre requested to merge qa-fix-branches-spec into master

What does this MR do?

Sometimes add_list_delete_branches_spec.rb would not wait after deleting a branch before checking that the branch was done. It would fail when the UI was still processing.

This checks that the loading icon is gone before returning from delete_branch.

It also makes sure credentials are added properly after recent changes to QA::Git::Repository

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/quality/nightly/issues/62

Does this MR meet the acceptance criteria?

Edited by Mark Lapierre

Merge request reports