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); }