diff --git a/integration_test/mocks/paid_features_mock.dart b/integration_test/mocks/paid_features_mock.dart index b139ef1..d404a24 100644 --- a/integration_test/mocks/paid_features_mock.dart +++ b/integration_test/mocks/paid_features_mock.dart @@ -53,6 +53,7 @@ class _MockIAPProvidersState extends State { () => mockEquipmentProfilesStorageService.updateProfile( id: any(named: 'id'), name: any(named: 'name'), + isUsed: any(named: 'isUsed'), ), ).thenAnswer((_) async {}); when(() => mockEquipmentProfilesStorageService.deleteProfile(any())).thenAnswer((_) async {}); diff --git a/screenshots/generate_screenshots.dart b/screenshots/generate_screenshots.dart index d80159c..4c8bcd6 100644 --- a/screenshots/generate_screenshots.dart +++ b/screenshots/generate_screenshots.dart @@ -168,7 +168,7 @@ void main() { ev: 5, exposurePair: timerExposurePair, ); - await tester.tap(find.text(timerExposurePair.shutterSpeed.toString())); + await tester.tap(find.text(_mockFilm.reciprocityFailure(timerExposurePair.shutterSpeed).toString())); await tester.pumpAndSettle(); await tester.mockTimerResumedState(timerExposurePair.shutterSpeed); await tester.takeScreenshotLight(binding, 'timer');