From 3b3469da0695aca89244d2715ff74ac2054d30bf Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Mon, 27 Jun 2022 15:59:29 -0700 Subject: [PATCH] reenable localization smoke tests (#153397) --- test/smoke/src/areas/workbench/localization.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/smoke/src/areas/workbench/localization.test.ts b/test/smoke/src/areas/workbench/localization.test.ts index a6c86ba20d1..4a5b62d8d7a 100644 --- a/test/smoke/src/areas/workbench/localization.test.ts +++ b/test/smoke/src/areas/workbench/localization.test.ts @@ -12,8 +12,7 @@ export function setup(logger: Logger) { // Shared before/after handling installAllHandlers(logger); - // skipped until translations are available https://github.com/microsoft/vscode/issues/150324 - it.skip('starts with "DE" locale and verifies title and viewlets text is in German', async function () { + it('starts with "DE" locale and verifies title and viewlets text is in German', async function () { const app = this.app as Application; await app.workbench.extensions.openExtensionsViewlet();