# File lib/best_in_place/test_helpers.rb, line 45
    def finished_all_ajax_requests?
      evaluate_script('!window.jQuery') || evaluate_script('jQuery.active').zero?
    end