From c887dd955170aebce0f6bb160b146f2e6e10a199 Mon Sep 17 00:00:00 2001 From: Michel Kaporin Date: Fri, 7 Jul 2017 09:50:43 +0200 Subject: [PATCH] Added missing async --- test/smoke/src/areas/localization.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/src/areas/localization.ts b/test/smoke/src/areas/localization.ts index b696ff29b87..43205d3447c 100644 --- a/test/smoke/src/areas/localization.ts +++ b/test/smoke/src/areas/localization.ts @@ -29,7 +29,7 @@ export class Localization { return explorerTitles[0]; } - public openViewlet(type: ViewletType): Promise { + public async openViewlet(type: ViewletType): Promise { let command; switch (type) { -- GitLab