mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-26 15:06:43 +00:00
fixed logbook integration test
This commit is contained in:
parent
9c9f6def33
commit
684a094d4e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ extension on WidgetTester {
|
|||
Future<void> openPickerAndSelect<V>(String title, String valueToSelect) async {
|
||||
await tap(find.text(title));
|
||||
await pumpAndSettle();
|
||||
final dialogFinder = find.byType(DialogPicker<V?>);
|
||||
final dialogFinder = find.byType(DialogPicker<Optional<V>>);
|
||||
final listTileFinder = find.text(valueToSelect);
|
||||
await scrollUntilVisible(
|
||||
listTileFinder,
|
||||
|
|
Loading…
Reference in a new issue