mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 18:57:05 +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.tap(find.byIcon(Icons.copy_rounded));
|
||||||
await tester.pumpAndSettle();
|
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');
|
// final data = await Clipboard.getData('text/plain');
|
||||||
// expect(data?.text, 'Copy this please');
|
// expect(data?.text, 'Copy this please');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user