Skip to content

Commit 4462e93

Browse files
committed
Fix timestamp toggle issue
1 parent f916c30 commit 4462e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/screens/terminal/terminal_page_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ void main() {
9999
await tester.pumpAndSettle();
100100
expect(networkTitle, findsNothing);
101101

102-
// Toggle timestamp checkbox
103-
await tester.tap(find.byType(Checkbox));
102+
// Toggle timestamp icon button
103+
await tester.tap(find.byIcon(Icons.access_time));
104104
await tester.pumpAndSettle();
105105

106106
// We won't parse time, but ensure list still renders with entries

0 commit comments

Comments
 (0)