Merge branch 'cas'

This commit is contained in:
Eric Allen 2010-01-14 09:46:20 -08:00
commit 761810cf7f
17 changed files with 269 additions and 16 deletions

View file

@ -0,0 +1,7 @@
open :controller => 'login'
type "username", username
type "password", password
click "//input[@value='Login']"
wait_for_page_to_load "30000"
click "signup"
wait_for_page_to_load "30000"

View file

@ -0,0 +1,11 @@
open :controller => 'login'
click "link=Login"
wait_for_page_to_load "30000"
type "username", username
type "password", password
click "//input[@value='Login']"
wait_for_page_to_load "30000"
click "link=Request Account"
wait_for_page_to_load "30000"
click "signup"
wait_for_page_to_load "30000"

View file

@ -0,0 +1,6 @@
open :controller => 'login'
click "link=Login"
wait_for_page_to_load "30000"
type "username", username
type "password", password
click "//input[@value='Login']"