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 063ef6a commit df9a1deCopy full SHA for df9a1de
test/widgets/compose_box_test.dart
@@ -474,7 +474,7 @@ void main() {
474
// (When we check that the send button looks disabled, it should be because
475
// the file is uploading, not a pre-existing reason.)
476
await enterTopic(tester, narrow: narrow, topic: 'some topic');
477
- controller!.content.value = const TextEditingValue(text: 'see image: ');
+ await tester.enterText(contentInputFinder, 'see image: ');
478
await tester.pump();
479
}
480
0 commit comments