diff --git a/test/game/components/backbox/displays/initials_input_display_test.dart b/test/game/components/backbox/displays/initials_input_display_test.dart index cbebca58..e2a3c58c 100644 --- a/test/game/components/backbox/displays/initials_input_display_test.dart +++ b/test/game/components/backbox/displays/initials_input_display_test.dart @@ -76,11 +76,11 @@ void main() { ); await game.ensureAdd(initialsInputDisplay); - // Focus is already on the first letter + // Focus is on the first letter await tester.sendKeyEvent(LogicalKeyboardKey.arrowDown); await tester.pump(); - // Move to the next an press up again + // Move to the next an press down again await tester.sendKeyEvent(LogicalKeyboardKey.arrowRight); await tester.pump(); await tester.sendKeyEvent(LogicalKeyboardKey.arrowDown); @@ -92,7 +92,7 @@ void main() { await tester.sendKeyEvent(LogicalKeyboardKey.arrowDown); await tester.pump(); - // Back to the previous and increase one more + // Back to the previous and press down again await tester.sendKeyEvent(LogicalKeyboardKey.arrowLeft); await tester.pump(); await tester.sendKeyEvent(LogicalKeyboardKey.arrowDown);