mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
chore: extend swipe-event test (#6278)
* chore: extend swipe-event test * chore: remove automationText="output"
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<Page navigatingTo="navigatingTo">
|
||||
<GridLayout rows="*, *" columns="*, *, *" swipe="onSwipe" backgroundColor="lightgreen">
|
||||
<StackLayout row="0" col="1" text="swipe here" tap="onTap" backgroundColor="lightblue">
|
||||
<StackLayout row="0" col="1" automationText="swipeHere" tap="onTap" backgroundColor="lightblue">
|
||||
<Label text="swipe/tap inside" verticalAlignement="top"/>
|
||||
</StackLayout>
|
||||
<Label row="1" colSpan="3"
|
||||
text="" textWrap="true"
|
||||
id="output" automationText="output" style="font-size: 10, font-family: monospace;"/>
|
||||
id="output" style="font-size: 10, font-family: monospace;"/>
|
||||
</GridLayout>
|
||||
</Page>
|
Reference in New Issue
Block a user