Skip to content

Commit

Permalink
Disable changes "workbench.action.toggleSidebarPosition" command key …
Browse files Browse the repository at this point in the history
…binding and verifies it
  • Loading branch information
alexr00 committed Feb 6, 2025
1 parent a7d1ab5 commit 063c844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/areas/preferences/preferences.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function setup(logger: Logger) {
await app.code.waitForElements('.line-numbers', false, elements => !elements || elements.length === 0);
});

it('changes "workbench.action.toggleSidebarPosition" command key binding and verifies it', async function () {
it.skip('changes "workbench.action.toggleSidebarPosition" command key binding and verifies it', async function () {
const app = this.app as Application;

await app.workbench.activitybar.waitForActivityBar(ActivityBarPosition.LEFT);
Expand Down

0 comments on commit 063c844

Please sign in to comment.