Update SBOM test on merge_request_license_widget_spec.rb
What does this MR do and why?
Describe in detail what your merge request does and why.
Fixes #397701 (closed) (whereby the License widget won't appear as SBOM license scanning FF is not enabled on staging) and ensures that a license can be approved.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
From failure issue, no widget for SBOM
With this MR
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
GITLAB_USERNAME=<username> GITLAB_PASSWORD=<password> WEBDRIVER_HEADLESS=false GITLAB_QA_USER_AGENT=<agent> GITLAB_ADMIN_USERNAME=<admin_user> GITLAB_ADMIN_PASSWORD=<password> GITLAB_QA_ACCESS_TOKEN=<token> GITLAB_QA_ADMIN_ACCESS_TOKEN=<token> QA_DEBUG=true bundle exec bin/qa Test::Instance::All https://staging.gitlab.com qa/specs/features/ee/browser_ui/13_secure/merge_request_license_widget_spec.rb:233
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 Will Meek