Sha256: 220d2a972456b35128b69e7237cc0366c9e0ff3a0bd66cba28c6429aa9ff41ad
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
require File.expand_path('watirspec/spec_helper', File.dirname(__FILE__)) describe Watir::Browser do before do browser.goto("file://" + File.expand_path("../html/special_chars.html", __FILE__)) end it "should find elements with single quotes" do browser.div(:text => "single 'quotes'").should exist end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-webdriver-0.1.3 | spec/special_chars_spec.rb |