Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-12-12 14:37:17 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-12-12 14:37:17 +0300
commit9ac8bb08653a671415cd02da08b435a7b146b97f (patch)
tree5517f7e01ae1925ea76e4becc6e6fa77e10d8fdc /qa
parentd060b05f6331a8dd210aa601927f8ea1aac961b2 (diff)
Remove noisy notification from QA base page
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/base.rb2
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