Adds an E2E spec to test explain this vulnerability feature
What does this MR do and why?
Adds an E2E spec to test explain this vulnerability feature
Relates to: #415278 (closed).
Note: It can only run on live environments. This feature is only available for SaaS.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Run against staging:
QA_LOG_LEVEL=DEBUG GITLAB_ADMIN_USERNAME=gitlab-qa-bot GITLAB_ADMIN_PASSWORD="password" GITLAB_QA_ACCESS_TOKEN=token GITLAB_USERNAME=gitlab-qa GITLAB_PASSWORD="password" GITLAB_QA_USER_AGENT="token" WEBDRIVER_HEADLESS=false QA_DEBUG=true QA_GITLAB_URL=https://staging.gitlab.com bundle exec rspec ./qa/specs/features/ee/browser_ui/10_govern/explain_this_vulnerability_spec.rb
Numbered steps to set up and validate the change are strongly suggested.
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.