From 7790a620238659430eeeb42bb4dead17a4e214fa Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Fri, 19 Apr 2024 11:22:20 +0200 Subject: [PATCH] mode --- .maestro/other.yml | 31 +++++++++++++++++++++++++++ .maestro/utils/swipe-wheel-1-down.yml | 4 ++-- .maestro/utils/swipe-wheel-1-up.yml | 4 ++-- 3 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 .maestro/other.yml diff --git a/.maestro/other.yml b/.maestro/other.yml new file mode 100644 index 00000000..25455875 --- /dev/null +++ b/.maestro/other.yml @@ -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 diff --git a/.maestro/utils/swipe-wheel-1-down.yml b/.maestro/utils/swipe-wheel-1-down.yml index ac8a1e33..b4a63409 100644 --- a/.maestro/utils/swipe-wheel-1-down.yml +++ b/.maestro/utils/swipe-wheel-1-down.yml @@ -1,5 +1,5 @@ appId: com.rn071 --- - swipe: - start: 38%, 40% - end: 38%, 32% + start: 35%, 40% + end: 35%, 32% diff --git a/.maestro/utils/swipe-wheel-1-up.yml b/.maestro/utils/swipe-wheel-1-up.yml index 712ac321..92a51418 100644 --- a/.maestro/utils/swipe-wheel-1-up.yml +++ b/.maestro/utils/swipe-wheel-1-up.yml @@ -1,5 +1,5 @@ appId: com.rn071 --- - swipe: - start: 38%, 32% - end: 38%, 40% + start: 35%, 32% + end: 35%, 40%