lila/test/js/home.coffee
Thibault Duplessis 59e1f64012 move js tests
2013-05-14 00:02:09 -03:00

6 lines
169 B
CoffeeScript

casper.test.begin 'homepage', 5, (test) ->
casper.start "http://en.l.org", ->
casper.test.assertTitle "Lichess", "page title"
casper.run -> test.done()