mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
skip localization test until localized strings are present (#150326)
This commit is contained in:
committed by
GitHub
parent
7635c51d7f
commit
61861d7043
@@ -9,11 +9,11 @@ import { installAllHandlers } from '../../utils';
|
||||
export function setup(logger: Logger) {
|
||||
|
||||
describe('Localization', () => {
|
||||
|
||||
// Shared before/after handling
|
||||
installAllHandlers(logger);
|
||||
|
||||
it('starts with "DE" locale and verifies title and viewlets text is in German', async function () {
|
||||
// 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 () {
|
||||
const app = this.app as Application;
|
||||
|
||||
await app.workbench.extensions.openExtensionsViewlet();
|
||||
|
||||
Reference in New Issue
Block a user