This commit is contained in:
Salvatore Giordano
2022-05-02 18:17:27 +02:00
parent ce16002315
commit 69b6ae7b55
@@ -63,7 +63,7 @@ void main() {
await tester.pumpAndSettle();
expect(find.text('with '), findsOneWidget);
expect(find.byType(ChannelName), findsOneWidget);
expect(find.byType(StreamChannelName), findsOneWidget);
expect(find.byType(StreamBackButton), findsOneWidget);
expect(find.text('Thread Reply'), findsOneWidget);
},