This commit is contained in:
Ladislau Szomoru
2021-05-12 10:04:32 +02:00
parent 76c5690593
commit a13da59f95
2 changed files with 5 additions and 5 deletions

View File

@@ -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);