diff --git a/apps/ui-tests-app/mainPage.ts b/apps/ui-tests-app/mainPage.ts index 206ae6feb..b267d7a2a 100644 --- a/apps/ui-tests-app/mainPage.ts +++ b/apps/ui-tests-app/mainPage.ts @@ -10,7 +10,7 @@ trace.enable(); trace.setCategories(trace.categories.Test); export function createPage() { - var basePath = "../tests/pages/"; + var basePath = "pages/"; var txtInput = new text.TextView(); var btn = new button.Button();