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