summaryrefslogtreecommitdiff
path: root/qa/qa/support/page/logging.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/support/page/logging.rb')
-rw-r--r--qa/qa/support/page/logging.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/qa/qa/support/page/logging.rb b/qa/qa/support/page/logging.rb
index f59795e17c3..281e1b85cc3 100644
--- a/qa/qa/support/page/logging.rb
+++ b/qa/qa/support/page/logging.rb
@@ -16,13 +16,6 @@ module QA
super
end
- def wait_until(max_duration: 60, sleep_interval: 0.1, reload: true, raise_on_failure: false)
- log("next wait uses reload: #{reload}")
- # Logging of wait start/end/duration is handled by QA::Support::Waiter
-
- super
- end
-
def scroll_to(selector, text: nil)
msg = "scrolling to :#{selector}"
msg += " with text: #{text}" if text