smoke - bring back keybindings test

This commit is contained in:
Benjamin Pasero 2022-02-05 07:06:54 +01:00
parent 5a979f7f4a
commit 0d741957d9
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65
2 changed files with 1 additions and 6 deletions

View file

@ -55,11 +55,6 @@ export async function registerWindowDriver(accessor: ServicesAccessor, windowId:
const windowDriverRegistry = new WindowDriverRegistryChannelClient(windowDriverRegistryChannel);
await windowDriverRegistry.registerWindowDriver(windowId);
// const options = await windowDriverRegistry.registerWindowDriver(windowId);
// if (options.verbose) {
// windowDriver.openDevTools();
// }
return toDisposable(() => windowDriverRegistry.reloadWindowDriver(windowId));
}

View file

@ -22,7 +22,7 @@ export function setup(logger: Logger) {
await app.code.waitForElements('.line-numbers', false, result => !result || result.length === 0);
});
it.skip('changes "workbench.action.toggleSidebarPosition" command key binding and verifies it', async function () { // TODO@sandy081 https://github.com/microsoft/vscode/issues/142020
it('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);