chore: extend swipe-event test (#6278)

* chore: extend swipe-event test

* chore: remove automationText="output"
This commit is contained in:
Svetoslav
2018-09-18 15:12:07 +03:00
committed by GitHub
parent 0a529133ac
commit 86be5b6472

View File

@ -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>