Commit fc228b08 authored by Will Meek's avatar Will Meek

Update click_vulnerability test function

The Vulnerability modal was transitioned to GlModal
update the function to click vulnerability
such that test failures are addressed
parent 45be2c38
...@@ -128,7 +128,7 @@ module QA ...@@ -128,7 +128,7 @@ module QA
end end
wait_until(reload: false) do wait_until(reload: false) do
find_element(:vulnerability_modal_content)[:class].include? 'show' find_element(:vulnerability_modal_content)
end end
end end
......
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