Skip to content

Commit

Permalink
clear console
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Dec 18, 2024
1 parent ce29b51 commit 627c84a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/areas/variables/variables-expanded.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ test.describe('Variables - Expanded View', { tag: [tags.WEB, tags.VARIABLES] },

test.afterEach(async function ({ app }) {
await app.workbench.positronLayouts.enterLayout('stacked');
await app.workbench.positronConsole.barClearButton.click();
await app.workbench.positronConsole.barRestartButton.click();
});

Expand Down

0 comments on commit 627c84a

Please sign in to comment.