deleted redundant "light_equipment-profiles-iso-picker"

This commit is contained in:
Vadim 2025-02-09 22:52:46 +01:00
parent 4e42c39558
commit 523853cbc9
4 changed files with 0 additions and 9 deletions

View file

@ -30,11 +30,6 @@
"title": "Create multiple profiles", "title": "Create multiple profiles",
"subtitle": "to match your\ncamera & lens setups" "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", "screenshotName": "dark_metering-reflected",
"title": "Match your style", "title": "Match your style",

View file

@ -120,10 +120,6 @@ void main() {
await tester.tap(find.byIcon(Icons.edit_outlined).first); await tester.tap(find.byIcon(Icons.edit_outlined).first);
await tester.pumpAndSettle(); await tester.pumpAndSettle();
await tester.takeScreenshotLight(binding, 'equipment-profiles'); 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 /// and the additionally the first one with the dark theme

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 KiB