Fix annoying test

Waiting for the flash to hide just wastes seconds
This commit is contained in:
Eric Allen 2009-12-16 17:43:57 -05:00
parent 21de49c87a
commit e17b495b95

View file

@ -16,7 +16,6 @@ type "todo_description", "test1"
click "css=#todo-form-new-action .submit_box button"
wait_for_visible "flash"
wait_for_not_visible "flash"
type "todo_description", "test2"
click "css=#todo-form-new-action .submit_box button"