doc: update test comments to match changes

pull/335/head
Allison Ryan 3 years ago
parent 34845d2bd6
commit 27e7608bd7

@ -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);

Loading…
Cancel
Save