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 db66870 commit b0e6b3dCopy full SHA for b0e6b3d
test/workout/routine_logs_screen_test.dart
@@ -72,6 +72,7 @@ void main() {
72
73
testGoldens('Smoke test the widgets on the routine logs screen', (WidgetTester tester) async {
74
await withClock(Clock.fixed(DateTime(2025, 3, 29)), () async {
75
+ await loadAppFonts();
76
await tester.pumpWidget(renderWidget());
77
await tester.tap(find.byType(TextButton));
78
await tester.pumpAndSettle();
0 commit comments