mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
Update generate_screenshots.dart
This commit is contained in:
parent
0750be745e
commit
a09173441d
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ extension on WidgetTester {
|
|||
Future<void> takePhoto() async {
|
||||
await tap(find.byType(MeteringMeasureButton));
|
||||
await pump(const Duration(seconds: 2)); // wait for circular progress indicator
|
||||
await pump(const Duration(seconds: 1)); // wait for circular progress indicator
|
||||
await pumpAndSettle();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue