Sha256: 20a4b8fae9afe20454026780e4aec7162f9cc7195ca2113e176d9b29a16c90dc

Contents?: true

Size: 273 Bytes

Versions: 3

Compression:

Stored size: 273 Bytes

Contents

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

describe Selenium::Client::JavascriptFrameworks::JQuery do

  it "returns 'jQuery.active'" do
    art = Selenium::Client::JavascriptFrameworks::JQuery.ajax_request_tracker
    art.should == "jQuery.active"
  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/jquery_spec.rb
browserstack-webdriver-0.0.22 spec/unit/selenium/client/javascript_frameworks/jquery_spec.rb
browserstack-webdriver-0.0.1 spec/unit/selenium/client/javascript_frameworks/jquery_spec.rb