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