fix a lot of selenium tests to pass again

This commit is contained in:
Reinier Balt 2008-12-02 20:58:54 +01:00
parent df26cf6e87
commit 09f0322d45
11 changed files with 30 additions and 19 deletions

View file

@ -3,7 +3,7 @@ login :as => 'admin'
open "/"
# we should start with 10 actions on home page
assert_text 'badge_count', '10'
assert_text 'badge_count', '11'
# set project to hidden state
open "/projects/2"
@ -28,4 +28,4 @@ wait_for_visible "flash"
verify_text_not_present 'should be hidden'
# badge count should still be same
assert_text 'badge_count', '7'
assert_text 'badge_count', '7'