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
When the app under test is not on screen i.e. another app fully covers it on screen, queries to the app under test still return results, even though the objects are not visible. According to the documentation, results should only be returned for objects that are visible (unless all is specified), which is none in this case. This works correctly with calabash-android but not with calabash-ios.
When the app under test is not on screen i.e. another app fully covers it on screen, queries to the app under test still return results, even though the objects are not visible. According to the documentation, results should only be returned for objects that are visible (unless all is specified), which is none in this case. This works correctly with calabash-android but not with calabash-ios.
For details see http://stackoverflow.com/questions/41728037/calabash-ios-finding-objects-not-on-screen
The text was updated successfully, but these errors were encountered: