fixed UI test
This commit is contained in:
parent
2e04329e14
commit
884623c9f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue