> @@ -0,0 +1,14 @@
> +require File.expand_path('watirspec/spec_helper', File.dirname(__FILE__))
> +
> +describe Watir::Input do
> +
> +  before do
> +    browser.goto WatirSpec.url_for("html5_input_types.html", :needs_server 
> => true)
> +  end
> +
> +  describe "#type" do
> +    it "returns an email type" do
> +      browser.input(:name => "email").type == 'email'

`type.should ==`

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/pull/218/files#r6123596
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to