Sha256: 253a0ffc3ac92f8fda64659faa3796d7b11cd8ac2870f89a8f6521f04ebdf2e6

Contents?: true

Size: 245 Bytes

Versions: 38

Compression:

Stored size: 245 Bytes

Contents

require 'watirspec_helper'

describe Watir::Browser do

  before do
    browser.goto WatirSpec.url_for("special_chars.html")
  end

  it "finds elements with single quotes" do
    expect(browser.div(text: "single 'quotes'")).to exist
  end

end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
watir-6.6.2 spec/special_chars_spec.rb
watir-6.6.1 spec/special_chars_spec.rb
watir-6.6.0 spec/special_chars_spec.rb
watir-6.5.0 spec/special_chars_spec.rb
watir-6.4.3 spec/special_chars_spec.rb
watir-6.4.2 spec/special_chars_spec.rb
watir-6.4.1 spec/special_chars_spec.rb
watir-6.4.0 spec/special_chars_spec.rb
watir-6.4.0.rc2 spec/special_chars_spec.rb
watir-6.4.0.rc1 spec/special_chars_spec.rb
watir-6.3.0 spec/special_chars_spec.rb
watir-6.2.1 spec/special_chars_spec.rb
watir-6.2.0 spec/special_chars_spec.rb
watir-6.1.0 spec/special_chars_spec.rb
watir-6.0.3 spec/special_chars_spec.rb
watir-6.0.2 spec/special_chars_spec.rb
watir-6.0.1 spec/special_chars_spec.rb
watir-6.0.0 spec/special_chars_spec.rb