Fixed a bunch of tests

This commit is contained in:
Eric Allen 2009-10-09 21:27:27 -04:00
parent d9108abe92
commit e32b23c615
7 changed files with 22 additions and 9 deletions

View file

@ -2,9 +2,12 @@ setup :fixtures => :all
login :as => 'admin'
open "/projects/2"
click 'css=.project_settings a'
wait_for_visible "project[default_context_name]"
# change default context
type "project[default_context_name]", "errand"
click "commit"
click "css=.positive"
wait_for_visible "flash"