E2E test: reload page to check for license
What does this MR do and why?
Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/451632 by making this test more robust.
This test was failing intermittently in slower jobs due to the license not rendering immediately. The reload would not occur since the element was not present on the page causing an exception.
Now the wait_until
will retry on exception.
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.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Edited by Jay McCure