Sha256: fb67db692f062279e92f4e3576acff0a1a74597e1846c172d0b4a4c6c109bfd5

Contents?: true

Size: 243 Bytes

Versions: 12

Compression:

Stored size: 243 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

12 entries across 12 versions & 1 rubygems

Version Path
watir-6.19.0 spec/watirspec/special_chars_spec.rb
watir-6.18.0 spec/watirspec/special_chars_spec.rb
watir-6.17.0 spec/watirspec/special_chars_spec.rb
watir-6.16.5 spec/watirspec/special_chars_spec.rb
watir-6.16.4 spec/watirspec/special_chars_spec.rb
watir-6.16.3 spec/watirspec/special_chars_spec.rb
watir-6.16.2 spec/watirspec/special_chars_spec.rb
watir-6.16.1 spec/watirspec/special_chars_spec.rb
watir-6.16.0 spec/watirspec/special_chars_spec.rb
watir-6.15.1 spec/watirspec/special_chars_spec.rb
watir-6.15.0 spec/watirspec/special_chars_spec.rb
watir-6.14.0 spec/watirspec/special_chars_spec.rb