view test/Application.test.html @ 3:5a097a2336fa draft

commit
author e085711
date Wed, 26 Sep 2012 14:43:07 +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}