mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
Disable changes "workbench.action.toggleSidebarPosition" command key binding and verifies it (#239820)
This commit is contained in:
parent
a7d1ab501b
commit
cf46a56bd4
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user