Skip to content

Commit 9c12bb8

Browse files
committed
remove closeAllEditors
1 parent 2ebdf52 commit 9c12bb8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/amazonq/test/e2e/amazonq/testGen.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ describe('Amazon Q Test Generation', function () {
4242
]
4343

4444
async function setupTestDocument(filePath: string, language: string) {
45-
await vscode.commands.executeCommand('workbench.action.closeAllEditors')
46-
await new Promise((resolve) => setTimeout(resolve, 1000))
47-
4845
const document = await waitUntil(async () => {
4946
const doc = await workspaceUtils.openTextDocument(filePath)
5047
return doc

0 commit comments

Comments
 (0)