mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
Add note working again for Projects
This commit is contained in:
parent
00da0b36aa
commit
94ec1d46bb
3 changed files with 23 additions and 3 deletions
14
test/selenium/project_detail/add_note.rsel
Normal file
14
test/selenium/project_detail/add_note.rsel
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue