mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +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">
|
<StackLayout loaded="stack3Loaded">
|
||||||
<ListView id="listView" automationText="listView" items="{{ myItems }}">
|
<ListView id="listView" automationText="listView" items="{{ myItems }}">
|
||||||
<ListView.itemTemplate>
|
<ListView.itemTemplate>
|
||||||
<Label id="item" automationText="item" text="{{ text }}" />
|
<Label id="item" text="{{ text }}"/>
|
||||||
</ListView.itemTemplate>
|
</ListView.itemTemplate>
|
||||||
</ListView>
|
</ListView>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
Reference in New Issue
Block a user