Skip to content

Fix group vulnerability report E2E spec for advanced filter

Harsha Muralidhar requested to merge hm-fix-activity-filter into master

What does this MR do and why?

Relates to #461959

Fixes group vulnerability report E2E spec to work in both states of vulnerability_report_advanced_filtering feature flag.

To run locally:

WEBDRIVER_HEADLESS=false GITLAB_ADMIN_PASSWORD="XXXX" GITLAB_QA_ADMIN_ACCESS_TOKEN=token GITLAB_PASSWORD="XXXX" QA_LOG_LEVEL=DEBUG QA_GITLAB_URL=http://172.16.123.1:3000 bundle exec rspec  ./qa/specs/features/ee/browser_ui/10_govern/security_reports_spec.rb:147

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

Numbered steps to set up and validate the change are strongly suggested.

Edited by Harsha Muralidhar

Merge request reports