taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 44470295b636eca4a2c1dc891f1793dc18c6055c
parent 6819f6045db69f4aeb9839656882e95bda65c600
Author: Florian Dold <florian@dold.me>
Date:   Mon, 13 Nov 2023 12:46:42 +0100

harness: logging

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-wallet-balance.ts | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/packages/taler-harness/src/integrationtests/test-wallet-balance.ts b/packages/taler-harness/src/integrationtests/test-wallet-balance.ts @@ -67,6 +67,8 @@ export async function runWalletBalanceTest(t: GlobalTestState) { await wres.withdrawalFinishedCond; + console.log("withdrawal finished"); + const order: Partial<MerchantContractTerms> = { summary: "Buy me!", amount: "TESTKUDOS:5", @@ -77,12 +79,16 @@ export async function runWalletBalanceTest(t: GlobalTestState) { order, }); + console.log("created order with merchant"); + let orderStatus = await merchantClient.queryPrivateOrderStatus({ orderId: orderResp.order_id, }); t.assertTrue(orderStatus.order_status === "unpaid"); + console.log("queried order at merchant"); + // Make wallet pay for the order const preparePayResult = await walletClient.call(