reenable localization smoke tests (#153397)

This commit is contained in:
Tyler James Leonhardt 2022-06-27 15:59:29 -07:00 committed by GitHub
parent e13feea6ae
commit 3b3469da06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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