Skip to content

Fix explain this vulnerability spec

Harsha Muralidhar requested to merge hm-fix-explain-vulnerability-e2e-spec into master

What does this MR do and why?

Relates to #468869 and https://gitlab.com/gitlab-org/gitlab/-/issues/471101

Addresses: #468642

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

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="user_agent" WEBDRIVER_HEADLESS=false QA_DEBUG=true QA_GITLAB_URL=https://staging.gitlab.com QA_COOKIES="gitlab_canary=true" bundle exec rspec ./qa/specs/features/ee/browser_ui/10_govern/explain_this_vulnerability_spec.rb:63
Edited by Harsha Muralidhar

Merge request reports