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 dda72cb commit 67ded9fCopy full SHA for 67ded9f
test/widgets/content_test.dart
@@ -1041,9 +1041,8 @@ void main() {
1041
targetFontSizeFinder: mkTargetFontSizeFinderFromPattern(r'\lambda'));
1042
});
1043
1044
- testWidgets('fallback to displaying KaTeX source if unsupported KaTeX HTML', (tester) async {
1045
- await prepareContent(tester, plainContent(ContentExample.mathInlineUnknown.html));
1046
- tester.widget(find.text(r'\lambda'));
+ group('fallback to displaying KaTeX source if unsupported KaTeX HTML', () {
+ testContentSmoke(ContentExample.mathInlineUnknown);
1047
1048
1049
0 commit comments