This commit is contained in:
Vadim 2023-09-28 16:17:54 +02:00
parent a09173441d
commit c520845f4c

View file

@ -194,7 +194,7 @@ void main() {
await pumpApplication(tester);
await tester.takePhoto();
await tester.takeScreenshot(binding, '${color.value}_metering_reflected');
await tester.takeScreenshot(binding, '${color.value}_metering_reflected_dark');
await tester.tap(find.byTooltip(S.current.tooltipUseLightSensor));
await tester.pumpAndSettle();