Skip to content

Commit

Permalink
test: removed dummy screenshot making
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 17, 2024
1 parent ead47b0 commit cb66b6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/e2e/commands/open-cache-file.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit cb66b6f

Please sign in to comment.