File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5131,7 +5131,7 @@ void main() {
51315131 );
51325132
51335133 // Delete button should be visible.
5134- expectLater (find.byType (RawChip ), matchesGoldenFile ('raw_chip.disabled.delete_button.png' ));
5134+ await expectLater (find.byType (RawChip ), matchesGoldenFile ('raw_chip.disabled.delete_button.png' ));
51355135 });
51365136
51375137 testWidgets ('Delete button tooltip is not shown on disabled RawChip' , (WidgetTester tester) async {
Original file line number Diff line number Diff line change @@ -1059,7 +1059,7 @@ void main() {
10591059 );
10601060
10611061 // Delete button should be visible.
1062- expectLater (find.byType (RawChip ), matchesGoldenFile ('filter_chip.disabled.delete_button.png' ));
1062+ await expectLater (find.byType (RawChip ), matchesGoldenFile ('filter_chip.disabled.delete_button.png' ));
10631063 });
10641064
10651065 testWidgets ('Delete button tooltip is not shown on disabled FilterChip' , (WidgetTester tester) async {
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ void main() {
453453 );
454454
455455 // Delete button should be visible.
456- expectLater (find.byType (RawChip ), matchesGoldenFile ('input_chip.disabled.delete_button.png' ));
456+ await expectLater (find.byType (RawChip ), matchesGoldenFile ('input_chip.disabled.delete_button.png' ));
457457 });
458458
459459 testWidgets ('Delete button tooltip is not shown on disabled InputChip' , (WidgetTester tester) async {
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ void main() {
144144 layoutDirection: TextDirection .ltr,
145145 );
146146 await controller.create (size: const Size (100.0 , 100.0 ));
147- expectLater (
147+ await expectLater (
148148 () {
149149 final AndroidViewController controller = PlatformViewsService .initAndroidView (
150150 id: 0 ,
You can’t perform that action at this time.
0 commit comments