Skip to content

Commit

Permalink
test: ensure NextEventPage hide out section
Browse files Browse the repository at this point in the history
  • Loading branch information
hmartiins committed Jan 4, 2025
1 parent 84cae66 commit c2f8c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ui/pages/next_event_page_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ void main() {
await tester.pump();
expect(find.text('DENTRO - GOLEIROS'), findsNothing);
expect(find.text('DENTRO - JOGADORES'), findsNothing);
expect(find.text('FORA'), findsNothing);
});

testWidgets('should present players section', (tester) async {
Expand Down

0 comments on commit c2f8c22

Please sign in to comment.