XC Test - Xamarin- Mobile Automation - Tiles missing on list view

Unable to see the first element in a Xamarin forms List view while running the automated UI iOS tests using xctest

Element with property in Xamarin forms "ListViewCachingStrategy.RetainElement" , the first element is missing from the list view while running the tests in iOS .

Inbetween the tests if we remove the WDA and tried the same scenario, it works as expected.

The first element was displayed when working with xamarin forms (v4.7.0.1351) and it is observed with only the current version.

Manually trying the same scenario does not have any issues , Elements are displayed as expected, issue is observed only through automation

Screenshots

Trip Request tile is missing while running through XCtest, this is one example which is happening across application

XC Test - Xamarin- Mobile Automation - Tiles missing on list view
 
 
Q