mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
14 lines
264 B
Text
14 lines
264 B
Text
setup :fixtures => :all
|
|
login :as => 'admin'
|
|
|
|
#first, defer a todo
|
|
open "/projects/1"
|
|
|
|
click "css=.add_note_link a"
|
|
|
|
assert_visible "new-note"
|
|
|
|
type "new_note_body", "this is a note"
|
|
click 'css=#new-note input[type=submit]'
|
|
|
|
wait_for_text_present "this is a note"
|