Overkill test for test server

This commit is contained in:
Wade Alcorn
2012-02-20 21:02:46 +10:00
parent d010bd6d9e
commit 5118429cb5

View File

@@ -14,7 +14,7 @@ class TC_login < Test::Unit::TestCase
session.fill_in 'pass', :with => 'beef'
BeefTest.save_screenshot(session)
session.click_button('Login')
sleep 2.0
sleep 20.0
session.has_content?('logout')
BeefTest.save_screenshot(session)
end