Commit a1b0c955 authored by Dan Davison's avatar Dan Davison

Merge branch 'qa-e2e-address-secure-mr-flake' into 'master'

Address E2E flake when dismissing vuln

See merge request gitlab-org/gitlab!22042
parents 2efd3a0a 7308f334
...@@ -185,6 +185,10 @@ module QA ...@@ -185,6 +185,10 @@ module QA
within_element :vulnerability_report_grouped do within_element :vulnerability_report_grouped do
click_on name click_on name
end end
wait(reload: false) do
find_element(:vulnerability_modal_content)[:class].include? 'show'
end
end end
def dismiss_vulnerability_with_reason(name, reason) def dismiss_vulnerability_with_reason(name, reason)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment