@@ -90,7 +90,7 @@ void main() {
90
90
expect (find.text ('Bench press' ), findsOneWidget);
91
91
expect (find.text ('Side raises' ), findsOneWidget);
92
92
expect (find.byIcon (Icons .close), findsOneWidget);
93
- expect (find.byIcon (Icons .menu ), findsOneWidget);
93
+ expect (find.byIcon (Icons .toc ), findsOneWidget);
94
94
expect (find.byIcon (Icons .chevron_left), findsNothing);
95
95
expect (find.byIcon (Icons .chevron_right), findsOneWidget);
96
96
await tester.tap (find.byIcon (Icons .chevron_right));
@@ -102,7 +102,7 @@ void main() {
102
102
expect (find.text ('Bench press' ), findsOneWidget);
103
103
expect (find.byType (ExerciseOverview ), findsOneWidget);
104
104
expect (find.byIcon (Icons .close), findsOneWidget);
105
- expect (find.byIcon (Icons .menu ), findsOneWidget);
105
+ expect (find.byIcon (Icons .toc ), findsOneWidget);
106
106
expect (find.byIcon (Icons .chevron_left), findsOneWidget);
107
107
expect (find.byIcon (Icons .chevron_right), findsOneWidget);
108
108
await tester.drag (find.byType (ExerciseOverview ), const Offset (- 500.0 , 0.0 ));
@@ -119,7 +119,7 @@ void main() {
119
119
expect (find.text ('12 × 10 kg (2 RiR)' ), findsOneWidget);
120
120
expect (find.text ('Make sure to warm up' ), findsOneWidget, reason: 'Set comment' );
121
121
expect (find.byIcon (Icons .close), findsOneWidget);
122
- expect (find.byIcon (Icons .menu ), findsOneWidget);
122
+ expect (find.byIcon (Icons .toc ), findsOneWidget);
123
123
expect (find.byIcon (Icons .chevron_left), findsOneWidget);
124
124
expect (find.byIcon (Icons .chevron_right), findsOneWidget);
125
125
@@ -145,7 +145,7 @@ void main() {
145
145
expect (find.text ('Pause' ), findsOneWidget);
146
146
expect (find.byType (TimerWidget ), findsOneWidget);
147
147
expect (find.byIcon (Icons .close), findsOneWidget);
148
- expect (find.byIcon (Icons .menu ), findsOneWidget);
148
+ expect (find.byIcon (Icons .toc ), findsOneWidget);
149
149
expect (find.byIcon (Icons .chevron_left), findsOneWidget);
150
150
expect (find.byIcon (Icons .chevron_right), findsOneWidget);
151
151
await tester.tap (find.byIcon (Icons .chevron_right));
0 commit comments