skip metering layout dialog screenshot

This commit is contained in:
Vadim 2024-05-15 21:59:41 +02:00
parent 6aeb83d96b
commit eaa9061ca8
2 changed files with 7 additions and 6 deletions

View file

@ -8,7 +8,7 @@
{
"screenshotName": "light_metering-iso-picker",
"title": "Lots of ISO values",
"subtitle": "From 3 and up to 6400"
"subtitle": "from 3 and up to 6400"
},
{
"screenshotName": "light_settings",
@ -20,9 +20,14 @@
"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": "Matches your style",
"title": "Match your style",
"subtitle": "with various theme types and colors"
}
]

View file

@ -98,10 +98,6 @@ void main() {
await tester.pumpAndSettle();
await tester.takeScreenshotLight(binding, 'settings');
await tester.tapDescendantTextOf<SettingsScreen>(S.current.meteringScreenLayout);
await tester.takeScreenshotLight(binding, 'settings-metering-screen-layout');
await tester.tapCancelButton();
await tester.tapDescendantTextOf<SettingsScreen>(S.current.equipmentProfiles);
await tester.pumpAndSettle();
await tester.tapDescendantTextOf<EquipmentProfilesScreen>(mockEquipmentProfiles.first.name);