Sha256: a72655ce184444fa882061681090cc988a982c85c7d91c5202d6515ea1378184

Contents?: true

Size: 388 Bytes

Versions: 4

Compression:

Stored size: 388 Bytes

Contents

# feature tests for Tables
# revision: $Revision: 1076 $

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

class TC_Nbsp_Xpath < Test::Unit::TestCase
  
  def setup
    goto_page "xpath_nbsp.html"
  end
  
  def test_nbsp
  	div = browser.element_by_xpath("//div")
  	assert(div.innerText, "Hello world")
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
watir-1.6.6 unittests/nbsp_xpath_test.rb
watir-1.6.6.rc2 unittests/nbsp_xpath_test.rb
watir-1.6.6.rc1 unittests/nbsp_xpath_test.rb
watir-1.6.2 unittests/nbsp_xpath_test.rb