Skip to content

Commit 4d9cd42

Browse files
committed
Closing settings 2
1 parent 247c049 commit 4d9cd42

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
@@ -219,7 +219,6 @@ describe("vTypeCheck VS Code Extension", () => {
219219
const locationValue = await databaseLocationSetting.getValue();
220220
console.log(`Location Value: ${locationValue}`);
221221
expect(locationValue).toBeDefined();
222-
await workbench.getEditorView().closeAllEditors();
223222
});
224223

225224
it("testing creating second project 'Banana'", async () => {
@@ -628,6 +627,7 @@ describe("vTypeCheck VS Code Extension", () => {
628627
// CLose Report again
629628
await webview.close();
630629
await editorView.closeEditor("VectorCAST Report", 1);
630+
await workbench.getEditorView().closeAllEditors();
631631
});
632632

633633
it("testing creating a Testsuite", async () => {

0 commit comments

Comments
 (0)