Is it possible to test the order of items in a list? #2984
Unanswered
lukebrandonfarrell
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I have a possible implementation for this, where you can use a testID with a dynamic index to test order of items. Will share in the coming weeks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question is in the title. How would you test order of items in a list using Detox? For our scenario we have a list which can be re-ordered using a selection picker UI. We want to test that the re-order is working.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions