fixed a startup warning with TRACKS_VERSION, fix selenium tests for slow updates and add a new selenium test for #688

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@799 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-04-05 14:09:30 +00:00
parent 38b99c71bc
commit fabc5d8d0d
7 changed files with 43 additions and 2 deletions

View file

@ -9,6 +9,10 @@ click "css=#add_note_href"
type "css=#new_note_body", "new note"
click "add-new-note"
# wait until new note is saved
wait_for_text_not_present "new note"
wait_for_text_present "new note"
# check badge count is one more
open "/notes/"
assert_text 'badge_count', '3'