diff --git a/apps/app/ui-tests-app/css/text-decoration.ts b/apps/app/ui-tests-app/css/text-decoration.ts index 443140781..0c1e1b2a3 100644 --- a/apps/app/ui-tests-app/css/text-decoration.ts +++ b/apps/app/ui-tests-app/css/text-decoration.ts @@ -22,4 +22,10 @@ export function butonTap(args: EventData) { btn.textDecoration = newValue; textField.textDecoration = newValue; textView.textDecoration = newValue; + + if(lbl.text === "Change text") { + lbl.text = btn.text = textField.text = textView.text = "Text changed"; + } else { + lbl.text = btn.text = textField.text = textView.text = "Change text"; + } }