Skip to content

Commit febf469

Browse files
committed
Removed tab.save
1 parent fb5cea2 commit febf469

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ describe("vTypeCheck VS Code Extension", () => {
151151
await tab.setTextAtLine(currentLine, "TEST.SUBPROGRAM");
152152

153153
await tab.typeTextAt(currentLine, "TEST.SUBPROGRAM".length + 1, ":");
154-
await tab.save();
155154

156155
// Really important to wait until content assist appears
157156
await browser.waitUntil(
@@ -163,7 +162,6 @@ describe("vTypeCheck VS Code Extension", () => {
163162
"TEST.SUBPROGRAM:".length + 1,
164163
"coded_tests_driver"
165164
);
166-
await tab.save();
167165

168166
//########################################################################################
169167

0 commit comments

Comments
 (0)