mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Fix #123621
This commit is contained in:
@@ -18,7 +18,7 @@ export function setup() {
|
||||
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 () {
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user