Sha256: ff7f039e85f6b5601f1d549846809c10f163b58278cc4c3c1ed8aaa5398320d9
Contents?: true
Size: 357 Bytes
Versions: 31
Compression:
Stored size: 357 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_by_xpath("//div") assert(div.innerText, "Hello world") end end
Version data entries
31 entries across 31 versions & 1 rubygems