Update chat_bubble_test.dart

This commit is contained in:
Ankit Mahato
2025-09-29 07:28:32 +05:30
parent f38ee9f5bf
commit 5c6869c6eb

View File

@@ -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');
});