Application.test.html 202 B

1234567
  1. *{ You can use plain selenium command using the selenium tag }*
  2. #{selenium}
  3. // Open the home page, and check that no error occured
  4. open('/')
  5. assertNotTitle('Application error')
  6. #{/selenium}