Skip to content

Commit

Permalink
mode
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Apr 19, 2024
1 parent f5b275c commit 7790a62
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
31 changes: 31 additions & 0 deletions .maestro/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
appId: com.rn071
tags:
- mode
---
- runFlow: utils/launch.yml

# datetime
- tapOn: datetime mode
- runFlow: utils/swipe-wheel-1.yml
- runFlow: utils/swipe-wheel-2.yml
- runFlow: utils/swipe-wheel-3.yml
- runFlow: utils/swipe-wheel-4.yml
- assertVisible: '2000-01-02 13:01:00'
- tapOn: reset date

# date
- tapOn: date mode
- tapOn: clear maximumDate
- runFlow: utils/swipe-wheel-1.yml
- runFlow: utils/swipe-wheel-2.yml
- runFlow: utils/swipe-wheel-3.yml
- assertVisible: '2001-02-02 00:00:00'
- tapOn: reset date

# time
- tapOn: time mode
- runFlow: utils/swipe-wheel-1.yml
- runFlow: utils/swipe-wheel-2.yml
- runFlow: utils/swipe-wheel-3.yml
- assertVisible: '2000-01-01 13:01:00'
- tapOn: reset date
4 changes: 2 additions & 2 deletions .maestro/utils/swipe-wheel-1-down.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appId: com.rn071
---
- swipe:
start: 38%, 40%
end: 38%, 32%
start: 35%, 40%
end: 35%, 32%
4 changes: 2 additions & 2 deletions .maestro/utils/swipe-wheel-1-up.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appId: com.rn071
---
- swipe:
start: 38%, 32%
end: 38%, 40%
start: 35%, 32%
end: 35%, 40%

0 comments on commit 7790a62

Please sign in to comment.