annotate test/Application.test.html @ 4:e12d0b6dbe02 draft default tip

add some files
author e085711
date Wed, 26 Sep 2012 14:43:57 +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}