Sha256: 87a42a44088ef50f525c398bb35aca305c56d4db6ae1df169255fcd300dcd7c5

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

# feature tests for Tables

$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(:xpath,"//div")
  	assert(div.innerText, "Hello world")
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
watir-classic-3.0.0 unittests/nbsp_xpath_test.rb
watir-3.0.0.rc3 unittests/nbsp_xpath_test.rb