Update ui-tests-app - set automationText properties

This commit is contained in:
Vasil Chimev
2016-01-28 18:59:04 +02:00
parent e6da4f3377
commit 6a34ccdd10
22 changed files with 130 additions and 130 deletions

View File

@@ -1,10 +1,10 @@
<Page >
<StackLayout>
<Button id="Change" text="Change" tap="butonTap" />
<Label id="Label" text="label Label" style.textTransform="none" />
<Button id="Button" text="button Button" style.textTransform="none" />
<TextField id="TextField" text="textField textField" style.textTransform="none" />
<TextView id="TextView" text="textView textView" style.textTransform="none" />
<Button id="Change" automationText="Change" text="Change" tap="butonTap" />
<Label id="Label" automationText="Label" text="label Label" style.textTransform="none" />
<Button id="Button" automationText="Button" text="button Button" style.textTransform="none" />
<TextField id="TextField" automationText="TextField" text="textField textField" style.textTransform="none" />
<TextView id="TextView" automationText="TextView" text="textView textView" style.textTransform="none" />
<!--
<Label text="label label" style="text-transform:none" />