Skip to content

Commit 8ead457

Browse files
committed
demo_app: add swipe flow
1 parent bf81020 commit 8ead457

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

e2e/workspaces/demo_app/fail.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tags:
66
- launchApp:
77
clearState: true
88
- tapOn:
9-
id: non-existent-id-to-fail-this-test
9+
id: non-existent-id-to-fail-this-test

e2e/workspaces/demo_app/swipe.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
appId: com.example.example
2+
tags:
3+
- android
4+
- passing
5+
---
6+
- launchApp:
7+
clearState: true
8+
- tapOn: Swipe Test
9+
- swipe:
10+
start: 50%, 15%
11+
end: 15%, 50%
12+
duration: 1000
13+
- swipe:
14+
start: 15%, 50%
15+
end: 85%, 85%
16+
duration: 1000
17+
- swipe:
18+
start: 85%, 85%
19+
end: 85%, 50%
20+
duration: 1000
21+
- tapOn:
22+
point: 85%, 50%
23+
- assertVisible: All green

0 commit comments

Comments
 (0)