Sha256: ac9d0e765993bcedb9a3a7e92a590965216be983bcad08c37aac6bd59e519c62

Contents?: true

Size: 314 Bytes

Versions: 13

Compression:

Stored size: 314 Bytes

Contents

require File.expand_path('watirspec/spec_helper', File.dirname(__FILE__))

describe Watir::Browser do

  before do
    browser.goto WatirSpec.url_for("special_chars.html", :needs_server => true)
  end

  it "finds elements with single quotes" do
    browser.div(:text => "single 'quotes'").should exist
  end

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
watir-webdriver-0.6.4 spec/special_chars_spec.rb
watir-webdriver-0.6.3 spec/special_chars_spec.rb
watir-webdriver-0.6.2 spec/special_chars_spec.rb
watir-webdriver-0.6.1 spec/special_chars_spec.rb
watir-webdriver-0.6.0 spec/special_chars_spec.rb
watir-webdriver-0.5.8 spec/special_chars_spec.rb
watir-webdriver-0.5.7 spec/special_chars_spec.rb
watir-webdriver-0.5.6 spec/special_chars_spec.rb
watir-webdriver-0.5.5 spec/special_chars_spec.rb
watir-webdriver-0.5.4 spec/special_chars_spec.rb
watir-webdriver-0.5.3 spec/special_chars_spec.rb
watir-webdriver-0.5.2 spec/special_chars_spec.rb
watir-webdriver-0.5.1 spec/special_chars_spec.rb