In gallery-app, we need to go through all the calls to select_many(…) in the autopilot tests, and for the tests that assume a given order, fix them. One example of such an unreliable test is:
def first_media_in_grid_view(self): grid_view = self.grid_view() return grid_view.select_many("OrganicItemInteraction")[0]
In gallery-app, we need to go through all the calls to select_many(…) in the autopilot tests, and for the tests that assume a given order, fix them. One example of such an unreliable test is:
def first_media_ in_grid_ view(self) : select_ many("OrganicIt emInteraction" )[0]
grid_view = self.grid_view()
return grid_view.