Sha256: bfc8fbcbb2548e8a5d3e8ce3b41fe0c5e1bf7926ed127b56b4032fbc780697f9
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
require 'watirspec_helper' describe Watir::Input do before do browser.goto WatirSpec.url_for("forms_with_input_elements.html") end describe "#type" do it "returns an email type" do expect(browser.input(name: "html5_email").type).to eq 'email' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-6.10.1 | spec/input_spec.rb |