fixed UI test

This commit is contained in:
roy 2012-11-12 20:46:15 +01:00
parent 884623c9f6
commit 97b0b01c1a

View file

@ -28,6 +28,7 @@ class ExampleTest < Test::Unit::TestCase
element_password = browser.find_element :name => "password"
element_password.send_keys "123456"
element_password.submit
browser.wait_for_page(3000)
assert_equal browser.current_url, "https://portal.znuny.com/#login"
end