mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 09:35:45 +02:00
whoops dont end too early
This commit is contained in:
parent
65480b4ed1
commit
fba7e4bb3d
1 changed files with 3 additions and 1 deletions
|
@ -33,12 +33,14 @@ casper.start(
|
|||
this.test.assertExists(selector);
|
||||
}.bind(this));
|
||||
|
||||
this.test.done();
|
||||
})
|
||||
.waitFor(CasperHelp.waits.allCommandsFinished, function then() {
|
||||
doneSelectors.forEach(function(selector) {
|
||||
this.test.assertExists(selector);
|
||||
}.bind(this));
|
||||
})
|
||||
.then(function() {
|
||||
this.test.done();
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue