[E2E] Adds username to push/pull mirroring E2E specs
What does this MR do and why?
Add separate form input for user when push or p... (!130334 - merged) introduces a change that requires specifying the username for mirroring repositories.
This MR introduces corresponding E2E test changes which should in turn resolve a number of test failures we've experienced after this change.
How to set up and validate locally
bundle exec rspec qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_ssh_with_key_spec.rb
bundle exec rspec qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb.rb
bundle exec rspec qa/specs/features/ee/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb.rb
bundle exec rspec qa/specs/features/ee/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.