You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The order is not controlled by Detox. It is controlled by the layout and render systems (UIKit, Android, RN). atIndex is inherently broken API and should not be used. Instead, you can put a test ID per row, and then pick that row with byId.
Description
Currently atIndex order is reverse. The first element rendered in screen has the biggest index when using atIndex. Order should be proper.
The text was updated successfully, but these errors were encountered: