Skip to content

Add wait for requests in bulk status change spec

What does this MR do and why?

Trying to fix: #417791 (closed)

For some reason the click on set status dropdown didn't work so adding a wait_for_requests before and in between.

Screenshots or screen recordings

How to set up and validate locally

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

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