mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 12:28:48 +01:00
8 lines
232 B
Text
8 lines
232 B
Text
# Test for issue #964
|
|
setup :fixtures => :all
|
|
login :as => 'admin'
|
|
Todo.create(:context => Context.find(3), :description => 'foo')
|
|
open "/"
|
|
click "css=#successor_todo_19 img.delete_item"
|
|
wait_for_visible 'flash'
|
|
assert_visible 'c3'
|