From 430f25fcf809bf848bf0b67c5042429a9e6d13ec Mon Sep 17 00:00:00 2001 From: Denis Moslavac Date: Wed, 15 Jan 2025 15:42:42 +0100 Subject: [PATCH] Added env expanding in testing pane while generating ATG tests. --- tests/internal/e2e/test/test_utils/vcast_utils.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/internal/e2e/test/test_utils/vcast_utils.ts b/tests/internal/e2e/test/test_utils/vcast_utils.ts index ca0f6632..b0ce0e22 100644 --- a/tests/internal/e2e/test/test_utils/vcast_utils.ts +++ b/tests/internal/e2e/test/test_utils/vcast_utils.ts @@ -696,17 +696,10 @@ export async function generateAndValidateAllTestsFor( let subprogram: TreeItem; let testHandle: TreeItem; for (const vcastTestingViewSection of await vcastTestingViewContent.getSections()) { + await vcastTestingViewSection.expand(); subprogram = await findSubprogram(unitName, vcastTestingViewSection); - console.log(unitName); - console.log(vcastTestingViewSection); if (subprogram) { await subprogram.expand(); - console.log("#######################################"); - console.log(subprogram); - console.log(functionName); - console.log(testName); - console.log(Object.entries(tests).length); - console.log("#######################################"); await browser.waitUntil( async () => (await getTestHandle(