-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5b275c
commit 7790a62
Showing
3 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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% |