diff --git a/integration_test/e2e_test.dart b/integration_test/e2e_test.dart index 4989379..2bd746c 100644 --- a/integration_test/e2e_test.dart +++ b/integration_test/e2e_test.dart @@ -43,12 +43,12 @@ void main() { /// Select some initial settings according to the selected gear and film /// Then tale a photo and verify, that exposure pairs range and EV matches the selected settings - await tester.openPickerAndSelect('400'); await tester.openPickerAndSelect(mockEquipmentProfiles[0].name); await tester.openPickerAndSelect(mockFilms[0].name); - expectPickerTitle('400'); + await tester.openPickerAndSelect('400'); expectPickerTitle(mockEquipmentProfiles[0].name); expectPickerTitle(mockFilms[0].name); + expectPickerTitle('400'); await tester.takePhoto(); await _expectMeteringState( tester,