tracks/test/selenium/dependencies/unhide_hidden_context.rsel
Eric Allen 21de49c87a Show context on un-hidden successor. Fixes #964
Added another todo fixture, which broke some assertions that I had to fix
2009-12-16 17:42:42 -05:00

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'