From 39292af2b53ef8d5e9f277e933dec7f6119f1a13 Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Mon, 1 Jul 2019 09:52:37 +0200 Subject: [PATCH] Fixes #76298: Smoke test failure: starts with 'DE' locale and verifies title and viewlets text is in German --- test/smoke/src/areas/workbench/localization.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/src/areas/workbench/localization.test.ts b/test/smoke/src/areas/workbench/localization.test.ts index c0844c2c6bf..e9e0b44a4f0 100644 --- a/test/smoke/src/areas/workbench/localization.test.ts +++ b/test/smoke/src/areas/workbench/localization.test.ts @@ -37,7 +37,7 @@ export function setup() { await app.workbench.scm.waitForTitle(title => /quellcodeverwaltung/i.test(title)); await app.workbench.debug.openDebugViewlet(); - await app.workbench.debug.waitForTitle(title => /debuggen/i.test(title)); + await app.workbench.debug.waitForTitle(title => /debug/i.test(title)); await app.workbench.extensions.openExtensionsViewlet(); await app.workbench.extensions.waitForTitle(title => /erweiterungen/i.test(title));