File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,17 @@ import 'message_list_checks.dart';
23
23
import 'page_checks.dart' ;
24
24
25
25
void main () {
26
+ // For testing a new content feature:
27
+ //
28
+ // * Start by writing parsing tests using [ContentExample].
29
+ // Then use [testContentSmoke] here to smoke-test the widgets.
30
+ //
31
+ // * If the widgets have any interactive behavior, test that here too.
32
+ // Those tests might not use [ContentExample], because they're often
33
+ // clearest if the HTML text is visible directly in the test source code
34
+ // to compare with the other details of the test.
35
+ // For examples, see the "LinkNode interactions" group below.
36
+
26
37
TestZulipBinding .ensureInitialized ();
27
38
28
39
Future <void > prepareContentBare (WidgetTester tester, String html) async {
You can’t perform that action at this time.
0 commit comments