test(e2e): more visible focus and blur results on text field (#8546)

* test: more visible forcus and blur results on text field

* fix: typo
This commit is contained in:
tarunama
2020-04-20 21:51:33 +09:00
committed by GitHub
parent 50e58fa19f
commit f2fb0976c1

View File

@@ -1,6 +1,9 @@
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="onLoaded">
<Page.actionBar>
<ActionBar title="focus blur events"/>
</Page.actionBar>
<StackLayout>
<TextField id="textField" />
<TextView id="textView" />
<TextField id="textField" hint="text field"/>
<TextView id="textView" hint="text view"/>
</StackLayout>
</Page>