Commit 7308f334 authored by Aleksandr Soborov's avatar Aleksandr Soborov Committed by Dan Davison

Address E2E flake when dismissing vuln

parent 2efd3a0a
......@@ -185,6 +185,10 @@ module QA
within_element :vulnerability_report_grouped do
click_on name
end
wait(reload: false) do
find_element(:vulnerability_modal_content)[:class].include? 'show'
end
end
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