fixed UI test

This commit is contained in:
roy 2012-11-12 20:45:35 +01:00
parent 2e04329e14
commit 884623c9f6

View file

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