How to test the order of multiple list items in Flutter / Dart?

Intro We have a ListView named OrganizationList which contains a ListTile widget for every item. We use a Text widget to display the name of the organization inside the ListTile. We would like to t...