mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +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