Sha256: 6928d76d3090f098fb1d06bc49a77db7a69dd09f726829a044784caecf210141

Contents?: true

Size: 321 Bytes

Versions: 31

Compression:

Stored size: 321 Bytes

Contents

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

describe Watir::Browser do

  before do
    browser.goto("file://" + File.expand_path("../html/special_chars.html", __FILE__))
  end

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

end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
watir-webdriver-0.2.2 spec/special_chars_spec.rb
watir-webdriver-0.2.1 spec/special_chars_spec.rb
watir-webdriver-0.2.0 spec/special_chars_spec.rb
watir-webdriver-0.2.0.dev2 spec/special_chars_spec.rb
watir-webdriver-0.2.0.dev spec/special_chars_spec.rb
watir-webdriver-0.1.9 spec/special_chars_spec.rb
watir-webdriver-0.1.8 spec/special_chars_spec.rb
watir-webdriver-0.1.7 spec/special_chars_spec.rb
watir-webdriver-0.1.6 spec/special_chars_spec.rb
watir-webdriver-0.1.5 spec/special_chars_spec.rb
watir-webdriver-0.1.4 spec/special_chars_spec.rb