Issue #533: Merge test suites. use delay as timeout

This commit is contained in:
juliandescottes
2016-09-01 00:47:33 +02:00
parent e9ef6eb5b3
commit 7bc5d20b2e
6 changed files with 35 additions and 59 deletions

View File

@ -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