Skip to content

Commit

Permalink
Test filling out exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Jul 28, 2023
1 parent 1198a0e commit c563202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/workout_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ void main() {

// Reduce the number of exercises by 1.
await tester.tap(find.byIcon(Icons.remove));
await tester.pump();
await tester.pumpAndSettle();

// Reduce the number of exercises by 1.
await tester.tap(find.byIcon(Icons.remove));
await tester.pump();
await tester.pumpAndSettle();

// Verify the exercise number is 7 as expected.
expect(find.text('7'), findsOneWidget);
Expand Down

0 comments on commit c563202

Please sign in to comment.