unittests/google_form_test.rb in watir-1.5.4 vs unittests/google_form_test.rb in watir-1.5.5
- old
+ new
@@ -3,13 +3,12 @@
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') if $0 == __FILE__
require 'unittests/setup'
class TC_GoogleForm < Test::Unit::TestCase
- include Watir
def setup
- $ie.goto($htmlRoot + "google_india.html")
+ goto_page "google_india.html"
end
def test_it
$ie.form( :name, "f").text_field( :name, "q").set("ruby")
end
\ No newline at end of file