mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-04 12:03:28 +00:00 
			
		
		
		
	chore: fix flutter test (#5572)
This commit is contained in:
		
							parent
							
								
									a2b32585a1
								
							
						
					
					
						commit
						d75eb05707
					
				@ -29,6 +29,7 @@ void main() {
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
      );
 | 
					      );
 | 
				
			||||||
      await tester.tapButtonWithName(LocaleKeys.button_delete.tr());
 | 
					      await tester.tapButtonWithName(LocaleKeys.button_delete.tr());
 | 
				
			||||||
 | 
					      await tester.tapOKButton();
 | 
				
			||||||
      expect(find.text(name), findsNothing);
 | 
					      expect(find.text(name), findsNothing);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user