A whole bunch more Selenium tests working

This commit is contained in:
Eric Allen 2009-10-07 16:32:34 -04:00
parent 6126a6e9d7
commit 86de0a1290
5 changed files with 10 additions and 4 deletions

View file

@ -7,7 +7,10 @@ assert_text 'badge_count', '11'
# set project to hidden state
open "/projects/2"
click 'css=.project_settings a'
wait_for_visible "project_state_completed"
click 'project_state_completed'
click 'submit_project_2'
# wait for flash before navigating away from project page
wait_for_visible "flash"