Skip to content

Commit

Permalink
Fix interval timer test
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Jul 21, 2023
1 parent 137079f commit af3a4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interval_timer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void main() {
expect(find.text('Workout'), findsOneWidget);

// Tap to add a Workout.
await tester.tap(find.byIcon(Icons.fitness_center));
await tester.tap(find.byIcon(Icons.timer));
await tester.pumpAndSettle();

// Verify that the next page has loaded.
Expand Down

0 comments on commit af3a4e7

Please sign in to comment.