Commit f8384dd6 authored by Zeff Morgan's avatar Zeff Morgan

Fix static analysis issues

parent 6b3158da
...@@ -154,11 +154,10 @@ module QA ...@@ -154,11 +154,10 @@ module QA
expand_vulnerability_report expand_vulnerability_report
click_vulnerability(name) click_vulnerability(name)
previous_page=page.current_url previous_page = page.current_url
click_element :resolve_split_button click_element :resolve_split_button
wait(max: 15, reload: false) do
wait(max:15,reload: false) do
page.current_url != previous_page page.current_url != previous_page
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