mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
added text for incident light metering
This commit is contained in:
parent
5865140574
commit
f868ba5f04
2 changed files with 5 additions and 7 deletions
|
@ -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",
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue