Comment 5 for bug 1247711

Revision history for this message
Olivier Tilloy (osomon) wrote :

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]