Sha256: 8469afb95e85ee2131c9c646d6cc657f565e5092e848ac1b622b9cae39b0aa35

Contents?: true

Size: 299 Bytes

Versions: 3

Compression:

Stored size: 299 Bytes

Contents

require File.expand_path("../../spec_helper", __FILE__)

describe Selenium::Client::JavascriptFrameworks::Prototype do

  it "returns 'Ajax.activeRequestCount'" do
    art = Selenium::Client::JavascriptFrameworks::Prototype.ajax_request_tracker
    art.should == "Ajax.activeRequestCount"
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
browserstack-webdriver-2.40.1 spec/unit/selenium/client/javascript_frameworks/prototype_spec.rb
browserstack-webdriver-0.0.22 spec/unit/selenium/client/javascript_frameworks/prototype_spec.rb
browserstack-webdriver-0.0.1 spec/unit/selenium/client/javascript_frameworks/prototype_spec.rb