diff --git a/test/send-test.js b/test/send-test.js index f9e82c032..e83f72ab9 100644 --- a/test/send-test.js +++ b/test/send-test.js @@ -948,6 +948,11 @@ suite('Gateway', function() { // .submit(); // }, + // We now need to ensure that all prior transactions have executed before + // the next transaction is submitted, as txn application logic has + // changed. + function(next){$.remote.ledger_accept(function(){next();});}, + function (callback) { self.what = "Bob sends Alice 0.5 AUD";