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:
@@ -1,7 +1,7 @@
|
|||||||
casper
|
casper
|
||||||
.start(casper.cli.get('baseUrl')+"?debug")
|
.start(casper.cli.get('baseUrl')+"?debug")
|
||||||
.then(function () {
|
.then(function () {
|
||||||
this.wait(3000);
|
this.wait(casper.cli.get('delay'));
|
||||||
})
|
})
|
||||||
.then(function () {
|
.then(function () {
|
||||||
this.echo(casper.cli.get('baseUrl')+"?debug");
|
this.echo(casper.cli.get('baseUrl')+"?debug");
|
||||||
|
Reference in New Issue
Block a user