updating smoke test to parametrize delay

This commit is contained in:
jdescottes 2013-08-11 20:09:43 +02:00
parent b3953ea9db
commit 6a5b3b6849

View File

@ -1,7 +1,7 @@
casper
.start(casper.cli.get('baseUrl')+"?debug")
.then(function () {
this.wait(3000);
this.wait(casper.cli.get('delay'));
})
.then(function () {
this.echo(casper.cli.get('baseUrl')+"?debug");