Commit 826d1381 authored by Michael Kozono's avatar Michael Kozono

Remove unnecessary wait

Also, it actually seems to wait the full 60 seconds, indicating it never finds the element.
parent c394a764
......@@ -75,10 +75,6 @@ module QA
within_element(:"allowed_to_#{action}_dropdown") do
click_on text
wait(reload: false) do
has_css?('.is-active')
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