File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,8 @@ void main() {
206
206
// TODO test that tapping a conversation row opens the message list
207
207
// for the conversation
208
208
209
+ // Tests for the topic action sheet are in test/widgets/action_sheet_test.dart.
210
+
209
211
group ('muting' , () { // aka topic visibility
210
212
testWidgets ('baseline' , (tester) async {
211
213
final stream = eg.stream ();
Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ void main() {
133
133
});
134
134
135
135
group ('app bar' , () {
136
+ // Tests for the topic action sheet are in test/widgets/action_sheet_test.dart.
137
+
136
138
testWidgets ('has channel-feed action for topic narrows' , (tester) async {
137
139
final pushedRoutes = < Route <void >> [];
138
140
final navObserver = TestNavigatorObserver ()
@@ -748,6 +750,8 @@ void main() {
748
750
749
751
group ('recipient headers' , () {
750
752
group ('StreamMessageRecipientHeader' , () {
753
+ // Tests for the topic action sheet are in test/widgets/action_sheet_test.dart.
754
+
751
755
final stream = eg.stream (name: 'stream name' );
752
756
const topic = 'topic name' ;
753
757
final message = eg.streamMessage (stream: stream, topic: topic);
You can’t perform that action at this time.
0 commit comments