Skip to content

Commit d112ed1

Browse files
tarunamaNathanWalker
authored andcommitted
test(e2e): more visible focus and blur results on text field (#8546)
* test: more visible forcus and blur results on text field * fix: typo
1 parent 8524a1e commit d112ed1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="onLoaded">
2+
<Page.actionBar>
3+
<ActionBar title="focus blur events"/>
4+
</Page.actionBar>
25
<StackLayout>
3-
<TextField id="textField" />
4-
<TextView id="textView" />
6+
<TextField id="textField" hint="text field"/>
7+
<TextView id="textView" hint="text view"/>
58
</StackLayout>
69
</Page>

0 commit comments

Comments
 (0)