mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 14:23:45 +08:00
Update drag_and_drop_area_test.dart
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user