mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update ui-tests-app - set automationText properties
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user