E2E test: remove badge from mirror url in test
What does this MR do and why?
In the push mirror E2E tests, the url of the mirror is checked against the expected url in the test. The badge text is now present in the mirror repository table which makes the assertion fail. This started when this flag #381667 (closed) was enabled. The flag will be enabled by default with !117613 (merged)
This MR drops any text after the mirror url and should work when there is no badge also.
Resolves:
How to set up and validate locally
bundle exec rspec qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb
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.
Edited by Jay McCure