Fixing broken selenium-on-rails tests

This commit is contained in:
Eric Allen 2011-03-01 00:15:13 -08:00
parent 3ac4c5c7d5
commit a1aedfb172
8 changed files with 9 additions and 9 deletions

View file

@ -5,5 +5,5 @@ assert_context_count_incremented do
type "todo_description", "a new action"
type "todo_context_name", "Brand new context"
click "css=#todo-form-new-action .submit_box button"
assert_confirmation "New context \"Brand new context\" will be also created. Are you sure?"
assert_confirmation "New context 'Brand new context' will be also created. Are you sure?"
end