8000 Update ui-tests-app · Techhacker/NativeScript@f275cdd · GitHub
[go: up one dir, main page]

Skip to content

Commit f275cdd

Browse files
Vasil ChimevVasil Chimev
authored andcommitted
Update ui-tests-app
1 parent 342a8de commit f275cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/ui-tests-app/mainPage.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<Page loaded="pageLoaded">
33
<GridLayout rows="auto, *">
4-
<Button text="Run" tap="selectExample" />
5-
<TextView row="1" text="{{ selected }}"/>
4+
<Button automationText="btn" text="Run" tap="selectExample" />
5+
<TextView automationText="tv" row="1" text="{{ selected }}"/>
66
</GridLayout>
77
</Page>

0 commit comments

Comments
 (0)
0