aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-11-13 12:46:42 +0100
committerFlorian Dold <florian@dold.me>2023-11-13 12:46:42 +0100
commit44470295b636eca4a2c1dc891f1793dc18c6055c (patch)
tree59d88c79643f0ec34df42b04f0737feaba15f070 /packages/taler-harness
parent6819f6045db69f4aeb9839656882e95bda65c600 (diff)
downloadwallet-core-44470295b636eca4a2c1dc891f1793dc18c6055c.tar.xz
harness: logging
Diffstat (limited to 'packages/taler-harness')
-rw-r--r--packages/taler-harness/src/integrationtests/test-wallet-balance.ts6
1 files 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
index fc2774adf..0e57ce477 100644
--- 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(