mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-09 22:22:37 +01:00
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:
parent
38b99c71bc
commit
fabc5d8d0d
7 changed files with 43 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue