added text for incident light metering

This commit is contained in:
Vadim 2024-05-17 11:03:52 +02:00
parent 5865140574
commit f868ba5f04
2 changed files with 5 additions and 7 deletions

View file

@ -5,6 +5,11 @@
"title": "Quick & easy to use",
"subtitle": "with all the necessary controls\nunder your thumb"
},
{
"screenshotName": "light_metering-incident",
"title": "Incident light metering",
"subtitle": "using the light sensor\nof your device"
},
{
"screenshotName": "light_metering-iso-picker",
"title": "Lots of ISO values",

View file

@ -122,13 +122,6 @@ void main() {
await tester.takePhoto();
await tester.takeScreenshotDark(binding, 'metering-reflected');
if (Platform.isAndroid) {
await tester.tap(find.byTooltip(S.current.tooltipUseLightSensor));
await tester.pumpAndSettle();
await tester.toggleIncidentMetering(7.3);
await tester.takeScreenshotDark(binding, 'metering-incident');
}
},
);
}