From 8cdcc0226f3f3fc36f37bce9fd34920b98d7fbf8 Mon Sep 17 00:00:00 2001 From: David Murdoch Date: Mon, 16 Dec 2024 11:30:23 -0500 Subject: [PATCH] test --- test/e2e/playwright/mmi/helpers/custodian-helper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/playwright/mmi/helpers/custodian-helper.ts b/test/e2e/playwright/mmi/helpers/custodian-helper.ts index a45e5a7e84c3..7389f5f72d15 100644 --- a/test/e2e/playwright/mmi/helpers/custodian-helper.ts +++ b/test/e2e/playwright/mmi/helpers/custodian-helper.ts @@ -4,6 +4,7 @@ const { MMI_E2E_MMI_CONFIG_URL } = process.env; export async function getCustodianInfoByName(name: string) { // First get an admin token + console.error('the name', name); try { const { custodians } = (await axios.get(`${MMI_E2E_MMI_CONFIG_URL}`)).data; // TODO: Replace `any` with type