mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-03-19 20:36:07 -04:00
add logging
This commit is contained in:
parent
5f5bf2b3e2
commit
9a8b93e4b0
@ -475,10 +475,12 @@ test("Can manage an account (CI)", async () => {
|
||||
stream.end();
|
||||
assert(size > 0);
|
||||
|
||||
// delete account
|
||||
// delete account and wait until connected
|
||||
await user3.deleteAccount();
|
||||
HavenoUtils.log(1, "Waiting to be connected to havenod after deleting account"); // TODO: build this into deleteAccount
|
||||
do { await wait(1000); }
|
||||
while(!await user3.isConnectedToDaemon());
|
||||
HavenoUtils.log(1, "Reconnecting to havenod");
|
||||
assert(!await user3.accountExists());
|
||||
|
||||
// restore account
|
||||
|
Loading…
x
Reference in New Issue
Block a user