diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-12-12 12:37:17 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-12-12 12:37:17 +0100 |
commit | 9ac8bb08653a671415cd02da08b435a7b146b97f (patch) | |
tree | 5517f7e01ae1925ea76e4becc6e6fa77e10d8fdc /qa | |
parent | d060b05f6331a8dd210aa601927f8ea1aac961b2 (diff) | |
download | gitlab-ce-9ac8bb08653a671415cd02da08b435a7b146b97f.tar.gz |
Remove noisy notification from QA base pageqa/gb/selenium-handle-domain-sessions
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/page/base.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/qa/page/base.rb b/qa/qa/page/base.rb index 49b16790337..99eba02b6e3 100644 --- a/qa/qa/page/base.rb +++ b/qa/qa/page/base.rb @@ -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 |