Skip to content

Commit b668b8e

Browse files
committed
Deselecting tutorial folder
1 parent 9ad945c commit b668b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/internal/e2e/test/specs/vcast_manage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ describe("vTypeCheck VS Code Extension", () => {
942942
const workspaceFolderSection =
943943
await expandWorkspaceFolderSectionInExplorer("vcastTutorial");
944944
const cppFolder = workspaceFolderSection.findItem("tutorial");
945-
await (await cppFolder).select();
945+
// await (await cppFolder).select();
946946

947947
console.log("Selecting database.cpp & manager.cpp");
948948
const managerCpp = await workspaceFolderSection.findItem("manager.cpp");

0 commit comments

Comments
 (0)