mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #533: Merge test suites. use delay as timeout
This commit is contained in:
@ -18,10 +18,6 @@
|
||||
|
||||
casper.then(function () {
|
||||
this.echo('Running test : ' + currentTest);
|
||||
this.wait(casper.cli.get('delay'));
|
||||
});
|
||||
|
||||
casper.then(function () {
|
||||
this.echo('... Waiting for test result : ' + resultSelector);
|
||||
this.waitForSelector(resultSelector, function () {
|
||||
// then
|
||||
|
Reference in New Issue
Block a user