diff --git a/src/test/e2e/commands/open-cache-file.test.ts b/src/test/e2e/commands/open-cache-file.test.ts index 9c31a0c..c8d4a49 100644 --- a/src/test/e2e/commands/open-cache-file.test.ts +++ b/src/test/e2e/commands/open-cache-file.test.ts @@ -100,7 +100,6 @@ suite("open cache", () => { await input.setText(ContextOptions.USE_RECENTLY_LOADED); await input.confirm(); - await VSBrowser.instance.takeScreenshot("00"); await LiquibaseGUITestUtils.waitForCheckboxesToBeThere(input); const quickPicks = await input.getCheckboxes();