Upgraded to Rails 1.2.5. Added classic_pagination plugin since Rails paginantion is deprecated and was giving a warning. Got all the tests passing except a couple of selenium ones related to trying to edit a project twice.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@645 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-11-18 08:49:51 +00:00
parent ae95f03c5b
commit c2a547e6de
117 changed files with 2418 additions and 583 deletions

View file

@ -5,7 +5,7 @@ click "css=#context_3 .buttons img.edit_item"
wait_for_visible "edit_context_3"
wait_for_not_visible "context_3"
type "//div[@id='edit_context_3'] //input[@name='context[name]']", "telegraph"
click "//div[@id='edit_context_3'] //input[@value='Update']"
click "//div[@id='edit_context_3'] //button"
wait_for_not_visible "edit_context_3"
wait_for_visible "context_3"
assert_text 'css=#context_3 .data a', 'telegraph'
@ -13,7 +13,7 @@ click "css=#context_3 .buttons img.edit_item"
wait_for_visible "edit_context_3"
wait_for_not_visible "context_3"
type "//div[@id='edit_context_3'] //input[@name='context[name]']", "email"
click "//div[@id='edit_context_3'] //input[@value='Update']"
click "//div[@id='edit_context_3'] //button"
wait_for_not_visible "edit_context_3"
wait_for_visible "context_3"
assert_text 'css=#context_3 .data a', 'email'