tracks/test/selenium/context_detail/in_place_edit_name.rsel

11 lines
328 B
Text
Raw Normal View History

setup :fixtures => :all
login :as => 'admin'
open "/contexts/1"
2009-10-02 18:55:23 -04:00
click "context_name"
wait_for_element_present "css=#context_name form input"
type "css=#context_name form input", "Test Foo"
click "css=#context_name form button"
wait_for_text "context_name", "Test Foo"
open "/contexts/1"
2009-10-02 18:55:23 -04:00
wait_for_text "context_name", "Test Foo"