Fix `online_garbage_collection_spec.rb` QA failure
What does this MR do and why?
This MR fixes the online_garbage_collection_spec.rb
QA failure, raised in #343639 (closed)
In !68778 (merged),
the Project URL dropdown on the New Project page was converted
from Haml to Vue. This was done behind the feature flag
paginatable_namespace_drop_down_for_project_creation
.
In !71085 (merged), the QA tests were updated to run with this feature flag on so that we could switch on the feature flag globally on staging.
repo_by_url.rb
was updated to reference the Vue dropdown.
However, online_garbage_collection_spec.rb
also uses
repo_by_url.rb
so we need to update it to run with the
feature flag on too.
Screenshots or screen recordings
How to set up and validate locally
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #343639 (closed)