Sha256: 9ef6276e912276f5c202012f4778f91fceb86fbec439915e1fe187b24edfd49a

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

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

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') if $0 == __FILE__
require 'unittests/setup'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
watir-1.5.6 unittests/nbsp_xpath_test.rb
watir-1.5.5 unittests/nbsp_xpath_test.rb