Merge pull request #2876 from NativeScript/tsenov/ui-tests

Remove automationText from listview items
This commit is contained in:
SvetoslavTsenov
2016-10-11 09:44:43 +03:00
committed by GitHub

View File

@ -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>