Skip to content

Commit

Permalink
feat(app): update sequence utils
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Mar 21, 2024
1 parent 0795e44 commit 5192893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/generate_screendocs/sequence_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,12 @@ Future<void> changeDrugStatus(
await tester.tap(
find.byKey(Key(dropdownKey)).first,
);
await settleAndWait(tester, 2);
await tester.pump();
await settleAndWait(tester, 1);
await tester.tap(
find.byKey(Key('$dropdownKey-$activity')).first,
);
await tester.pump();
}

Future<void> tapFirstFaqItem(WidgetTester tester) async {
Expand Down

0 comments on commit 5192893

Please sign in to comment.