mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-03-22 13:56:28 -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();
|
stream.end();
|
||||||
assert(size > 0);
|
assert(size > 0);
|
||||||
|
|
||||||
// delete account
|
// delete account and wait until connected
|
||||||
await user3.deleteAccount();
|
await user3.deleteAccount();
|
||||||
|
HavenoUtils.log(1, "Waiting to be connected to havenod after deleting account"); // TODO: build this into deleteAccount
|
||||||
do { await wait(1000); }
|
do { await wait(1000); }
|
||||||
while(!await user3.isConnectedToDaemon());
|
while(!await user3.isConnectedToDaemon());
|
||||||
|
HavenoUtils.log(1, "Reconnecting to havenod");
|
||||||
assert(!await user3.accountExists());
|
assert(!await user3.accountExists());
|
||||||
|
|
||||||
// restore account
|
// restore account
|
||||||
|
Loading…
x
Reference in New Issue
Block a user