diff --git a/test/workout/routine_logs_screen_test.dart b/test/workout/routine_logs_screen_test.dart index 9cb9592b..7e55165b 100644 --- a/test/workout/routine_logs_screen_test.dart +++ b/test/workout/routine_logs_screen_test.dart @@ -72,6 +72,7 @@ void main() { testGoldens('Smoke test the widgets on the routine logs screen', (WidgetTester tester) async { await withClock(Clock.fixed(DateTime(2025, 3, 29)), () async { + await loadAppFonts(); await tester.pumpWidget(renderWidget()); await tester.tap(find.byType(TextButton)); await tester.pumpAndSettle();