summaryrefslogtreecommitdiff
path: root/spec/support/helpers/wait_for_requests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/wait_for_requests.rb')
-rw-r--r--spec/support/helpers/wait_for_requests.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/support/helpers/wait_for_requests.rb b/spec/support/helpers/wait_for_requests.rb
index 3bb2f7c5b51..30dff1063b5 100644
--- a/spec/support/helpers/wait_for_requests.rb
+++ b/spec/support/helpers/wait_for_requests.rb
@@ -61,8 +61,4 @@ module WaitForRequests
Capybara.page.evaluate_script('jQuery.active').zero?
end
-
- def javascript_test?
- Capybara.current_driver == Capybara.javascript_driver
- end
end