mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Merge pull request #2876 from NativeScript/tsenov/ui-tests
Remove automationText from listview items
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
<StackLayout loaded="stack3Loaded">
|
||||
<ListView id="listView" automationText="listView" items="{{ myItems }}">
|
||||
<ListView.itemTemplate>
|
||||
<Label id="item" automationText="item" text="{{ text }}" />
|
||||
<Label id="item" text="{{ text }}"/>
|
||||
</ListView.itemTemplate>
|
||||
</ListView>
|
||||
</StackLayout>
|
||||
|
Reference in New Issue
Block a user