Skip to content

Commit 3b3469d

Browse files
reenable localization smoke tests (microsoft#153397)
1 parent e13feea commit 3b3469d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/smoke/src/areas/workbench/localization.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ export function setup(logger: Logger) {
1212
// Shared before/after handling
1313
installAllHandlers(logger);
1414

15-
// skipped until translations are available https://github.com/microsoft/vscode/issues/150324
16-
it.skip('starts with "DE" locale and verifies title and viewlets text is in German', async function () {
15+
it('starts with "DE" locale and verifies title and viewlets text is in German', async function () {
1716
const app = this.app as Application;
1817

1918
await app.workbench.extensions.openExtensionsViewlet();

0 commit comments

Comments
 (0)