mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 13:15:17 +01:00
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:
parent
17a880d2fa
commit
8206242c33
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue