Set wait_for_requests before proceeding in within_sidebar

parent 4f3af541
......@@ -12,6 +12,8 @@ module QA
end
def within_sidebar
wait_for_requests
within_element(sidebar_element) do
yield
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