From e1611bba3e7d8ea2fd192b690e0181503db522d1 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:20:10 +0100 Subject: [PATCH] changed pickers order a bit in e2e test --- integration_test/e2e_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,