Skip to content

Fix dismissed vulnerability mr widget spec selector

Harsha Muralidhar requested to merge hm-fix-dismissed-vulnerabilities-spec into master

What does this MR do and why?

Fixes the below selector error which is happening on latest master currently

Unable to find css "[data-testid=\"dismissal_reason_listbox\"],[data-testid=\"dismissal-reason-listbox\"],[data-qa-selector=\"dismissal_reason_listbox\"],.qa-dismissal-reason-listbox"

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="XXXX" GITLAB_QA_ACCESS_TOKEN=XXXXX GITLAB_PASSWORD="XXXXX" QA_LOG_LEVEL=DEBUG QA_GITLAB_URL=http://192.168.86.46:3000 bundle exec rspec  ./qa/specs/features/ee/browser_ui/10_govern/dismissed_vulnerabilities_in_security_widget.rb

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 Tiffany Rea

Merge request reports

Loading