updating smoke test to parametrize delay
This commit is contained in:
parent
b3953ea9db
commit
6a5b3b6849
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue