mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 01:54:37 +00:00 
			
		
		
		
	
		
			
	
	
		
			17 lines
		
	
	
		
			445 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			445 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
|   | import 'package:flutter_test/flutter_test.dart'; | ||
|  | import 'package:integration_test/integration_test.dart'; | ||
|  | 
 | ||
|  | import 'util/util.dart'; | ||
|  | 
 | ||
|  | // This test is meaningless, just for preventing the CI from failing.
 | ||
|  | void main() { | ||
|  |   IntegrationTestWidgetsFlutterBinding.ensureInitialized(); | ||
|  | 
 | ||
|  |   group('Empty', () { | ||
|  |     testWidgets('toggle theme mode', (tester) async { | ||
|  |       await tester.initializeAppFlowy(); | ||
|  |       await tester.tapGoButton(); | ||
|  |     }); | ||
|  |   }); | ||
|  | } |