We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38ee9f commit 5c6869cCopy full SHA for 5c6869c
test/dashbot/widgets/chat_bubble_test.dart
@@ -113,7 +113,7 @@ void main() {
113
await tester.tap(find.byIcon(Icons.copy_rounded));
114
await tester.pumpAndSettle();
115
116
- // 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`
117
// final data = await Clipboard.getData('text/plain');
118
// expect(data?.text, 'Copy this please');
119
});
0 commit comments