Commit 6e15905b authored by Will Meek's avatar Will Meek

Fix for Security Reports Spec

Scanner dropdown was changed to
Tools dropdown. Update the test
to use the Tools dropdown
parent a263d43e
......@@ -23,12 +23,12 @@ module QA
end
def filter_report_type(report)
click_element(:filter_scanner_dropdown)
click_element(:filter_tool_dropdown)
click_element "filter_#{report.downcase.tr(" ", "_")}_dropdown"
# Click the dropdown to close the modal and ensure it isn't open if this function is called again
click_element(:filter_scanner_dropdown)
click_element(:filter_tool_dropdown)
end
def has_vulnerability?(name)
......
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