diff --git a/test/providers/ui_providers_test.dart b/test/providers/ui_providers_test.dart index 82116586..db2f21d1 100644 --- a/test/providers/ui_providers_test.dart +++ b/test/providers/ui_providers_test.dart @@ -217,7 +217,7 @@ void main() { // Verify that the EnvironmentPage is displayed expect(find.byType(EnvironmentPage), findsOneWidget); // Verify that the selected icon is the filled version (selectedIcon) - expect(find.byIcon(Icons.laptop_windows_outlined), findsOneWidget); + expect(find.byIcon(Icons.laptop_windows), findsOneWidget); // Go to HistoryPage container.read(navRailIndexStateProvider.notifier).state = 2;