mirror of
https://github.com/foss42/apidash.git
synced 2025-06-02 07:46:10 +08:00
Update drag_and_drop_area_test.dart
This commit is contained in:
@ -23,7 +23,7 @@ void main() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Verify initial state
|
// Verify initial state
|
||||||
expect(find.text("Drop here"), findsOneWidget);
|
expect(find.text("Select or drop the file here"), findsOneWidget);
|
||||||
|
|
||||||
// Simulate dropping a file
|
// Simulate dropping a file
|
||||||
final testFile = XFile('test.curl');
|
final testFile = XFile('test.curl');
|
||||||
|
Reference in New Issue
Block a user