Sha256: 5406cc6dc862526602f94b4fdb3497c344907f6a3000bff705b07c06fdff76e1

Contents?: true

Size: 318 Bytes

Versions: 8

Compression:

Stored size: 318 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
    expect(browser.div(:text => "single 'quotes'")).to exist
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
watir-webdriver-0.7.0 spec/special_chars_spec.rb
watir-webdriver-0.6.11 spec/special_chars_spec.rb
watir-webdriver-0.6.10 spec/special_chars_spec.rb
watir-webdriver-0.6.9 spec/special_chars_spec.rb
watir-webdriver-0.6.8 spec/special_chars_spec.rb
watir-webdriver-0.6.7 spec/special_chars_spec.rb
watir-webdriver-0.6.6 spec/special_chars_spec.rb
watir-webdriver-0.6.5 spec/special_chars_spec.rb