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

add libraries
author one
date Tue, 18 Sep 2012 04:51:04 +0900
parents e45bf6020b0d
children
line wrap: on
line source

*{ You can use plain selenium command using the selenium tag }*

#{selenium}
    // Open the home page, and check that no error occured
    open('/')
    assertNotTitle('Application error')
#{/selenium}