Skip to content

E2E test: don't wait for create MR page to finish loading

Jay McCure requested to merge jmc-skip-loading-check-create-mr into master

What does this MR do and why?

Improve reliability of tests that create MRs

In https://gitlab.com/gitlab-org/gitlab/-/issues/457339 we see that tests that create MRs are failing in the update-ee-to-ce due to a test setup issue, which yields a never ending spinner of the MR page. Since this affects many tests, this change works around this issue while we investigate the cause of the issue. So far the issue has not been reproduced locally or in any live environment.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Jay McCure

Merge request reports