Skip to content

Use actual selector strings instead of symbols

Harsha Muralidhar requested to merge hm-fix-false-positive-spec into master

What does this MR do and why?

!127740 (merged) introduced a failure in false positive vulnerability spec.

Relates to: #420679 (closed)

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

WEBDRIVER_HEADLESS=false GITLAB_ADMIN_PASSWORD="XXX" GITLAB_QA_ACCESS_TOKEN=XXXX GITLAB_PASSWORD="XXXXX" QA_LOG_LEVEL=DEBUG QA_GITLAB_URL=http://172.30.0.158:3000 bundle exec rspec  ./qa/specs/features/ee/browser_ui/10_govern/security_reports_spec.rb:192

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports