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" ?>
|
||||
<Page loaded="pageLoaded">
|
||||
<GridLayout rows="auto, *">
|
||||
<Button text="Run" tap="selectExample" />
|
||||
<TextView row="1" text="{{ selected }}"/>
|
||||
<Button automationText="btn" text="Run" tap="selectExample" />
|
||||
<TextView automationText="tv" row="1" text="{{ selected }}"/>
|
||||
</GridLayout>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user