Commit 7ec5a392 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove noisy notification from QA base page

parent 8e5f7d8e
......@@ -13,8 +13,6 @@ module QA
def wait(css = '.application', time: 60)
Time.now.tap do |start|
while Time.now - start < time
puts "Waiting for `#{css} on `#{current_url}`"
break if page.has_css?(css, wait: 5)
refresh
......
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