diff --git a/Makefile b/Makefile index 8102a7335..db1294c10 100644 --- a/Makefile +++ b/Makefile @@ -789,7 +789,7 @@ runTest: # Run all workflow tests on desktop desktopWorkflowTest: @echo "Running all integration tests..." - flutter test integration_test/app_startup_flow_test.dart -d macos --verbose + flutter test integration_test/app_startup_flow_test.dart -d macos #sh $(CURDIR)/integration_test/run_test.sh diff --git a/integration_test/app_startup_flow_test.dart b/integration_test/app_startup_flow_test.dart index b32792670..e4ab95219 100644 --- a/integration_test/app_startup_flow_test.dart +++ b/integration_test/app_startup_flow_test.dart @@ -28,8 +28,8 @@ import 'utils/test_utils.dart'; void main() { if(isDesktop()){ IntegrationTestWidgetsFlutterBinding.ensureInitialized(); + WidgetsFlutterBinding.ensureInitialized(); } - appTearDown( () async { await sl.reset();