diff --git a/test/game/view/pinball_game_page_test.dart b/test/game/view/pinball_game_page_test.dart index 74ef4fbb..8b3f9418 100644 --- a/test/game/view/pinball_game_page_test.dart +++ b/test/game/view/pinball_game_page_test.dart @@ -316,7 +316,7 @@ void main() { gameBloc: gameBloc, startGameBloc: startGameBloc, ); - expect(find.image(Assets.images.linkBox.infoIcon), findsOneWidget); + expect(find.byIcon(Icons.info), findsOneWidget); }); testWidgets('opens MoreInformationDialog when tapped', (tester) async {