Sha256: 1aa799a159da34c1dca2528bf7daa9021b5cf0bc5710f61b0efde4480d51670a

Contents?: true

Size: 355 Bytes

Versions: 33

Compression:

Stored size: 355 Bytes

Contents

# defect report from users of Watir Recorder

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
require 'unittests/setup'

class TC_GoogleForm < Test::Unit::TestCase
  
  def setup
    goto_page "google_india.html"
  end
  
  def test_it
    browser.form(:name, "f").text_field(:name, "q").set("ruby")
  end
end

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
watir-classic-3.0.0 unittests/google_form_test.rb
watir-3.0.0.rc3 unittests/google_form_test.rb
watir-3.0.0.rc2 unittests/google_form_test.rb
watir-3.0.0.rc1 unittests/google_form_test.rb
watir-2.0.4 unittests/google_form_test.rb
watir-2.0.3 unittests/google_form_test.rb
watir-2.0.2 unittests/google_form_test.rb
watir-2.0.2.rc1 unittests/google_form_test.rb
watir-2.0.1 unittests/google_form_test.rb
watir-2.0.0 unittests/google_form_test.rb
watir-2.0.0.rc3 unittests/google_form_test.rb
watir-2.0.0.rc2 unittests/google_form_test.rb
watir-1.9.2 unittests/google_form_test.rb
watir-1.9.2.rc1 unittests/google_form_test.rb
watir-1.9.1 unittests/google_form_test.rb
watir-1.9.1.rc1 unittests/google_form_test.rb
watir-1.9.0 unittests/google_form_test.rb
watir-1.9.0.rc7 unittests/google_form_test.rb
watir-1.9.0.rc6 unittests/google_form_test.rb
watir-1.9.0.rc5 unittests/google_form_test.rb