diff --git a/screenshots/assets/content/screenshot_titles_en.json b/screenshots/assets/content/screenshot_titles_en.json index 13b14bf..886e423 100644 --- a/screenshots/assets/content/screenshot_titles_en.json +++ b/screenshots/assets/content/screenshot_titles_en.json @@ -30,11 +30,6 @@ "title": "Create multiple profiles", "subtitle": "to match your\ncamera & lens setups" }, - { - "screenshotName": "light_equipment-profiles-iso-picker", - "title": "Fine-tune results", - "subtitle": "by selecting the values\nthat you use the most" - }, { "screenshotName": "dark_metering-reflected", "title": "Match your style", diff --git a/screenshots/generate_screenshots.dart b/screenshots/generate_screenshots.dart index 1c35a0c..dd77757 100644 --- a/screenshots/generate_screenshots.dart +++ b/screenshots/generate_screenshots.dart @@ -120,10 +120,6 @@ void main() { await tester.tap(find.byIcon(Icons.edit_outlined).first); await tester.pumpAndSettle(); await tester.takeScreenshotLight(binding, 'equipment-profiles'); - - await tester.tap(find.byIcon(Icons.iso_outlined).first); - await tester.pumpAndSettle(); - await tester.takeScreenshotLight(binding, 'equipment-profiles-iso-picker'); }); /// and the additionally the first one with the dark theme diff --git a/screenshots/generated/ios/iphone55inch/light_equipment-profiles-iso-picker.png b/screenshots/generated/ios/iphone55inch/light_equipment-profiles-iso-picker.png deleted file mode 100644 index 9fff5d8..0000000 Binary files a/screenshots/generated/ios/iphone55inch/light_equipment-profiles-iso-picker.png and /dev/null differ diff --git a/screenshots/generated/ios/iphone65inch/light_equipment-profiles-iso-picker.png b/screenshots/generated/ios/iphone65inch/light_equipment-profiles-iso-picker.png deleted file mode 100644 index 53994cc..0000000 Binary files a/screenshots/generated/ios/iphone65inch/light_equipment-profiles-iso-picker.png and /dev/null differ