From 93237cf9919d4e497317480355a5efe7f4b34380 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Tue, 30 May 2017 18:33:27 +0300 Subject: [PATCH] Fix typo --- apps/app/ui-tests-app/mainPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/ui-tests-app/mainPage.ts b/apps/app/ui-tests-app/mainPage.ts index fe6630738..88eeb08a4 100644 --- a/apps/app/ui-tests-app/mainPage.ts +++ b/apps/app/ui-tests-app/mainPage.ts @@ -95,7 +95,7 @@ export class MainPageViewModel extends observable.Observable { this.exampleName = selectedExample; if (selectedExample.indexOf("/") > 0) { try { - rame.topmost().navigate("ui-tests-app/" + selectedExample); + frame.topmost().navigate("ui-tests-app/" + selectedExample); } catch (error) { dialogs.alert("Cannot find example: " + selectedExample); }