Duplicate modal when reverting or cherry picking MRs
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
When attempting to revert or cherry pick a merged merge request, on occaisions two modals are displayed.
Environment
- Affects: Can only reproduce this in test jobs against Omnibus installations, or when gitaly-transactions enabled. I suspect these jobs are slower.
Steps to Reproduce
- Create a merge request
- Merge the merge request
- Attempt to revert the merged merge request
- View chrome dev tools
Current Behavior
Expected Behavior
One modal
Technical Details
- Error occurs in the E2E test:
qa/qa/specs/features/browser_ui/3_create/merge_request/revert/reverting_merge_request_spec.rb - The issue appears to be more prevalent in slower environments (e.g. with gitaly-transactions enabled)
- Also can occur when cherry picking: https://gitlab.com/gitlab-org/gitlab/-/issues/534601
Impact
- E2E tests are occasionally failing, affecting the reliability of the test suite
- note: User's can still revert/cherry pick
Edited by 🤖 GitLab Bot 🤖

