pull/413/head
Jorge Coca 3 years ago
parent 5fefab9648
commit 45ce462a7d

@ -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 {

Loading…
Cancel
Save