Skip to content

Update SBOM test on merge_request_license_widget_spec.rb

Will Meek requested to merge mr_license_spec_sbom_update into master

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

image

With this MR

image

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.

Edited by Will Meek

Merge request reports

Loading