We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f916c30 commit 4462e93Copy full SHA for 4462e93
test/screens/terminal/terminal_page_test.dart
@@ -99,8 +99,8 @@ void main() {
99
await tester.pumpAndSettle();
100
expect(networkTitle, findsNothing);
101
102
- // Toggle timestamp checkbox
103
- await tester.tap(find.byType(Checkbox));
+ // Toggle timestamp icon button
+ await tester.tap(find.byIcon(Icons.access_time));
104
105
106
// We won't parse time, but ensure list still renders with entries
0 commit comments