Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTyler James Leonhardt <me@tylerleonhardt.com>2022-06-28 01:59:29 +0300
committerGitHub <noreply@github.com>2022-06-28 01:59:29 +0300
commit3b3469da0695aca89244d2715ff74ac2054d30bf (patch)
tree804f90592809a8b5dda4973a572c1a6717a89c47 /test
parente13feea6ae57f3cf82b4c99c145c750296d00934 (diff)
reenable localization smoke tests (#153397)
Diffstat (limited to 'test')
-rw-r--r--test/smoke/src/areas/workbench/localization.test.ts3
1 files changed, 1 insertions, 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();