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.13.0 spec/watirspec/special_chars_spec.rb
watir-6.12.0 spec/watirspec/special_chars_spec.rb
watir-6.11.0 spec/special_chars_spec.rb
watir-6.11.0.beta2 spec/special_chars_spec.rb
watir-6.11.0.beta1 spec/special_chars_spec.rb
watir-6.10.3 spec/special_chars_spec.rb
watir-6.10.2 spec/special_chars_spec.rb
watir-6.10.0 spec/special_chars_spec.rb
watir-6.9.1 spec/special_chars_spec.rb
watir-6.9.0 spec/special_chars_spec.rb
watir-6.8.4 spec/special_chars_spec.rb
watir-6.8.3 spec/special_chars_spec.rb
watir-6.8.2 spec/special_chars_spec.rb
watir-6.8.1 spec/special_chars_spec.rb
watir-6.8.0 spec/special_chars_spec.rb
watir-6.7.3 spec/special_chars_spec.rb
watir-6.7.2 spec/special_chars_spec.rb
watir-6.7.1 spec/special_chars_spec.rb
watir-6.7.0 spec/special_chars_spec.rb
watir-6.6.3 spec/special_chars_spec.rb