Fixed a couple of selenium tests.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@601 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-09-26 12:24:22 +00:00
parent 17a880d2fa
commit 8206242c33
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
setup :fixtures => :all
login :as => 'admin'
open "/notes"
click_and_wait "css=#toggle-notes-nav"
assert_element_present "body#notes"
click "css=#toggle-notes-nav"
wait_for_element_present "css=body.notes"

View file

@ -1,5 +1,5 @@
setup :fixtures => :all
login :as => 'admin'
open "/projects/1"
click_and_wait "css=#toggle-notes-nav"
assert_element_present "notes_todo_6"
click "css=#toggle-notes-nav"
wait_for_element_present "notes_todo_6"