mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 10:17:47 +08:00
Update chat_bubble_test.dart
This commit is contained in:
@@ -113,7 +113,7 @@ void main() {
|
||||
await tester.tap(find.byIcon(Icons.copy_rounded));
|
||||
await tester.pumpAndSettle();
|
||||
|
||||
// TODO: //TODO: The below test works for `flutter run` but not for `flutter test`
|
||||
// TODO: The below test works for `flutter run` but not for `flutter test`
|
||||
// final data = await Clipboard.getData('text/plain');
|
||||
// expect(data?.text, 'Copy this please');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user