mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-22 20:40:40 +00:00
deleted redundant "light_equipment-profiles-iso-picker"
This commit is contained in:
parent
4e42c39558
commit
523853cbc9
4 changed files with 0 additions and 9 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 161 KiB |
Binary file not shown.
Before Width: | Height: | Size: 229 KiB |
Loading…
Reference in a new issue