annotate test/Application.test.html @ 2:23c7aea84c46 draft

add libraries
author one
date Tue, 18 Sep 2012 04:51:04 +0900
parents e45bf6020b0d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e45bf6020b0d add play files
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 *{ You can use plain selenium command using the selenium tag }*
e45bf6020b0d add play files
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2
e45bf6020b0d add play files
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 #{selenium}
e45bf6020b0d add play files
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 // Open the home page, and check that no error occured
e45bf6020b0d add play files
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 open('/')
e45bf6020b0d add play files
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 assertNotTitle('Application error')
e45bf6020b0d add play files
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 #{/selenium}