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