mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
typo
This commit is contained in:
parent
a09173441d
commit
c520845f4c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue