Load app fonts

This commit is contained in:
Roland Geider
2025-03-30 12:26:13 +02:00
parent db6687010d
commit b0e6b3d1a9

View File

@@ -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();