Fixes #101005: Localization - starts with 'DE' locale and verifies title and viewlets text is in German

This commit is contained in:
Dirk Baeumer 2020-06-25 09:38:42 +02:00
parent 4e6150b4e0
commit 09531cdf10

View file

@ -33,8 +33,8 @@ export function setup() {
await app.workbench.search.openSearchViewlet();
await app.workbench.search.waitForTitle(title => /suchen/i.test(title));
await app.workbench.scm.openSCMViewlet();
await app.workbench.scm.waitForTitle(title => /quellcodeverwaltung/i.test(title));
// await app.workbench.scm.openSCMViewlet();
// await app.workbench.scm.waitForTitle(title => /quellcodeverwaltung/i.test(title));
// See https://github.com/microsoft/vscode/issues/93462
// await app.workbench.debug.openDebugViewlet();