Skip to content

Commit

Permalink
Added env expanding in testing pane while generating ATG tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Den1552 committed Jan 15, 2025
1 parent 15db2be commit 430f25f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/internal/e2e/test/test_utils/vcast_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 430f25f

Please sign in to comment.