Skip to content

Commit

Permalink
FUSETOOLS2-2262 - close editors after each tests
Browse files Browse the repository at this point in the history
it ensures to have tests working on CI and various screen size so that
there is no an "overflow" of editors and some UI components no more
visible

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Jun 12, 2024
1 parent 19e87bc commit 2dc0b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-test/tests/commands.transform.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Transform Camel Routes to YAML using commands', function () {
sideBar = await (await new ActivityBar().getViewControl('Explorer'))?.openView();
});

after(async function () {
afterEach(async function () {
await new EditorView().closeAllEditors();
await killTerminal();
});
Expand Down

0 comments on commit 2dc0b74

Please sign in to comment.