mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update ui-tests-app
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<Page loaded="pageLoaded">
|
<Page loaded="pageLoaded">
|
||||||
<GridLayout rows="auto, *">
|
<GridLayout rows="auto, *">
|
||||||
<Button text="Run" tap="selectExample" />
|
<Button automationText="btn" text="Run" tap="selectExample" />
|
||||||
<TextView row="1" text="{{ selected }}"/>
|
<TextView automationText="tv" row="1" text="{{ selected }}"/>
|
||||||
</GridLayout>
|
</GridLayout>
|
||||||
</Page>
|
</Page>
|
||||||
Reference in New Issue
Block a user