mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +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">
|
<Page navigatingTo="navigatingTo">
|
||||||
<GridLayout rows="*, *" columns="*, *, *" swipe="onSwipe" backgroundColor="lightgreen">
|
<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"/>
|
<Label text="swipe/tap inside" verticalAlignement="top"/>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
<Label row="1" colSpan="3"
|
<Label row="1" colSpan="3"
|
||||||
text="" textWrap="true"
|
text="" textWrap="true"
|
||||||
id="output" automationText="output" style="font-size: 10, font-family: monospace;"/>
|
id="output" style="font-size: 10, font-family: monospace;"/>
|
||||||
</GridLayout>
|
</GridLayout>
|
||||||
</Page>
|
</Page>
|
Reference in New Issue
Block a user