get features running for recurring todos

This commit is contained in:
Reinier Balt 2010-12-04 22:28:31 +01:00
parent f90d0d8eb9
commit ffd4ae1fcd
7 changed files with 131 additions and 27 deletions

View file

@ -1,14 +0,0 @@
setup :fixtures => :all
login :as => 'admin'
#first, defer a todo
open "/projects/1"
click "css=.add_note_link a"
assert_visible "new-note"
type "note_body", "this is a note"
click 'css=#new-note input[type=submit]'
wait_for_text_present "this is a note"