mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-20 17:20:12 +01:00
get features running for recurring todos
This commit is contained in:
parent
f90d0d8eb9
commit
ffd4ae1fcd
7 changed files with 131 additions and 27 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue