From c84227dc4d8a609e357f5bddef00529590cd04ea Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Fri, 30 Oct 2015 12:15:49 +0200 Subject: [PATCH] Add an example to the mapping. --- apps/ui-tests-app/mainPage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ui-tests-app/mainPage.ts b/apps/ui-tests-app/mainPage.ts index 9f12c5d41..ba284223c 100644 --- a/apps/ui-tests-app/mainPage.ts +++ b/apps/ui-tests-app/mainPage.ts @@ -87,5 +87,6 @@ examples.set("textfield", "pages/textfield"); examples.set("webview", "web-view/webview"); examples.set("webviewhtmlwithimages", "web-view/webviewhtmlwithimages"); examples.set("webviewlocalfile", "web-view/webviewlocalfile"); +examples.set("wvlocal", "web-view/wvlocal"); //VM.set("selected", "tabAll"); \ No newline at end of file