fixed UI test

This commit is contained in:
roy 2012-11-12 20:22:50 +01:00
parent 16b20e1386
commit c0822cceeb

View file

@ -18,7 +18,9 @@ class ExampleTest < Test::Unit::TestCase
def test_first_page def test_first_page
browser.get "http://portal.znuny.com/" browser.get "http://portal.znuny.com/"
puts browser.url puts browser.current_url
assert_equal browser.current_url, "https://portal.znuny.com/#login"
end end
def test_page_search def test_page_search