Ensure `QA::Runtime::Feature` goes back to current URL after checking feature flags
requested to merge 204834-qa-failures-in-qa-specs-features-ee-browser_ui-3_create-contribution_analytics_spec-rb into master
What does this MR do?
Ensure QA::Runtime::Feature goes back to current URL after checking FF
In the case where there's no GITLAB_QA_ACCESS_TOKEN
, a new token needs
to be generated before feature flags can be fetched from the API. This
changs the current URL, so we need to go back to the current URL after
we've checked the feature flags API.
Does this MR meet the acceptance criteria?
Conformity
-
Code review guidelines -
Merge request performance guidelines -
Style guides -
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers -
Informed Infrastructure department of a default or new setting change, if applicable per definition of done
Edited by Rémy Coutable