Skip to content

Wait for Web IDE commit animation

Mark Lapierre requested to merge 55972-fix-commit-changes-wait-qa into master

What does this MR do?

After clicking "Commit" there is an animation that hides that button and shows "Stage & Commit"

This change waits for the animation to complete before clicking "Stage & Commit" otherwise the click will quietly do nothing.

We also retry the attempt to click "Stage & Commit" just in case part of the animation is still in process even when the buttons have the expected visibility.

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/55972

Does this MR meet the acceptance criteria?

Merge request reports