mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
updating smoke test to parametrize delay
This commit is contained in:
parent
b3953ea9db
commit
6a5b3b6849
@ -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 New Issue
Block a user