Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migrate scroll test from detox to maestro #813

Merged
merged 2 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .maestro/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tags:
- android
- modal
- minuteInterval
- scrollAround
---
# test: can use modal

Expand Down Expand Up @@ -34,3 +35,21 @@ tags:
- runFlow: utils/swipe-wheel-3.yml
- assertVisible: '2000-01-01 00:15:00'
- tapOn: reset date

# test: scroll around

# minute wheel should be possible to scroll around
- tapOn: 15min interval
- runFlow: utils/swipe-wheel-3.yml
- runFlow: utils/swipe-wheel-3.yml
- runFlow: utils/swipe-wheel-3.yml
- runFlow: utils/swipe-wheel-3.yml
- assertVisible: '2000-01-01 00:00:00'
- tapOn: reset date

# day wheel should change year when passing new year
- runFlow: utils/swipe-wheel-1-up.yml
- assertVisible: '1999-12-31 00:00:00'
- runFlow: utils/swipe-wheel-1.yml
- assertVisible: '2000-01-01 00:00:00'
- tapOn: reset date
41 changes: 0 additions & 41 deletions examples/detox/e2e/tests/scrollAround.spec.js

This file was deleted.

Loading