Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante291 committed Nov 26, 2023
1 parent e13ce99 commit 7626f79
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 425 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ void main() {
16,
);
expect((tester.firstWidget(switches) as Switch).value, true);
await tester.ensureVisible(switches.first);
await tester.tap(switches.first);
await tester.pumpAndSettle();
expect((tester.firstWidget(switches) as Switch).value, false);
Expand Down
Loading

0 comments on commit 7626f79

Please sign in to comment.