diff --git a/apps/app/ui-tests-app/css/textview-hint-color.ts b/apps/app/ui-tests-app/css/textview-hint-color.ts index 5b0c70b4b..8d14b813f 100644 --- a/apps/app/ui-tests-app/css/textview-hint-color.ts +++ b/apps/app/ui-tests-app/css/textview-hint-color.ts @@ -7,7 +7,7 @@ export function changeTextAndColor(args) { const tv1Hint = page.getViewById("tv1Hint"); const tv2Hint = page.getViewById("tv2Hint"); const tv3Hint = page.getViewById("tv3Hint"); - tv1Hint.text = "chnaged text + color"; + tv1Hint.text = "changed text + color"; tv1Hint.color = new Color("blue"); tv2Hint.text = "changed text only"; tv3Hint.color = new Color("green");