Update e2e_test.dart

This commit is contained in:
Vadim 2025-08-28 18:55:19 +02:00
parent c18eb3745d
commit 50021285a9

View file

@ -136,8 +136,8 @@ void testE2E(String description) {
); );
/// Set another film and another ISO /// Set another film and another ISO
await tester.openPickerAndSelect<IsoValuePicker, IsoValue>('200');
await tester.openPickerAndSelect<FilmPicker, Film>(mockFilms[1].name); await tester.openPickerAndSelect<FilmPicker, Film>(mockFilms[1].name);
await tester.openPickerAndSelect<IsoValuePicker, IsoValue>('200');
await _expectMeteringStateAndMeasure( await _expectMeteringStateAndMeasure(
tester, tester,
equipmentProfile: mockEquipmentProfiles[1], equipmentProfile: mockEquipmentProfiles[1],