mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-03 19:43:52 +00:00 
			
		
		
		
	fix: workspace integration test (#5049)
This commit is contained in:
		
							parent
							
								
									c97ece5e81
								
							
						
					
					
						commit
						382ce827c1
					
				@ -68,8 +68,9 @@ void main() {
 | 
			
		||||
      );
 | 
			
		||||
 | 
			
		||||
      // open the newly created workspace
 | 
			
		||||
      await tester.tapButton(items.last);
 | 
			
		||||
      await tester.tapButton(items.last, milliseconds: 1000);
 | 
			
		||||
      success = find.text(LocaleKeys.workspace_openSuccess.tr());
 | 
			
		||||
      await tester.pumpUntilFound(success);
 | 
			
		||||
      expect(success, findsOneWidget);
 | 
			
		||||
      await tester.pumpUntilNotFound(success);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user