comparison test/Application.test.html @ 0:e45bf6020b0d draft

add play files
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 18 Sep 2012 04:36:47 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e45bf6020b0d
1 *{ You can use plain selenium command using the selenium tag }*
2
3 #{selenium}
4 // Open the home page, and check that no error occured
5 open('/')
6 assertNotTitle('Application error')
7 #{/selenium}