Skip to content

WiP: CustomersDot Proxy Call from rspec

Sheldon Led requested to merge led/customers-dot-proxy-tests into master

What does this MR do and why?

This MR was open to investigate the spec failures in this job: https://gitlab.com/gitlab-org/gitlab/-/jobs/6554075625

After investigation it was noticed that we were missing some simple setup in the tests, and it wasn't anything abnormal, so it was decided to take the "fix" in this MR into the Feature Flag Clean Up MR: !149041 (merged)

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

N/A

How to set up and validate locally

Run the specs we're changing in this MR, perhaps with WEBDRIVER_HEADLESS=0 so that we can see the browser and the browser console

Edited by Sheldon Led

Merge request reports