Update drag_and_drop_area_test.dart

This commit is contained in:
Ashita Prasad
2024-07-16 03:36:13 +05:30
parent 604efe256d
commit 3035560dc7

View File

@ -23,7 +23,7 @@ void main() {
);
// Verify initial state
expect(find.text("Drop here"), findsOneWidget);
expect(find.text("Select or drop the file here"), findsOneWidget);
// Simulate dropping a file
final testFile = XFile('test.curl');