Merge pull request #2711 from NativeScript/tsenov/uitests-app-mainpage

Update automationText of run button
This commit is contained in:
SvetoslavTsenov
2016-09-13 17:55:50 +02:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
<GridLayout rows="auto, *, *">
<StackLayout id="parentLayout">
<TextView automationText="tv" id="textView" text="{{ exampleName }}"/>
<Button automationText="btn" id="btnRun" text="Run" tap="{{ loadOldExmaples }}"/>
<Button automationText="Run" id="btnRun" text="Run" tap="{{ loadOldExmaples }}"/>
</StackLayout>
<ScrollView row="1">
<WrapLayout id="wrapLayoutWithExamples"/>