From e17b495b951d2e3856a2db876917cb4585e5371a Mon Sep 17 00:00:00 2001 From: Eric Allen Date: Wed, 16 Dec 2009 17:43:57 -0500 Subject: [PATCH] Fix annoying test Waiting for the flash to hide just wastes seconds --- test/selenium/project_detail/change_default_context.rsel | 1 - 1 file changed, 1 deletion(-) diff --git a/test/selenium/project_detail/change_default_context.rsel b/test/selenium/project_detail/change_default_context.rsel index 4d688a57..984752c3 100644 --- a/test/selenium/project_detail/change_default_context.rsel +++ b/test/selenium/project_detail/change_default_context.rsel @@ -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"