Commit 9ac8bb08 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove noisy notification from QA base page

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