Skip to content

Commit b0e6b3d

Browse files
committed
Load app fonts
1 parent db66870 commit b0e6b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/workout/routine_logs_screen_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ void main() {
7272

7373
testGoldens('Smoke test the widgets on the routine logs screen', (WidgetTester tester) async {
7474
await withClock(Clock.fixed(DateTime(2025, 3, 29)), () async {
75+
await loadAppFonts();
7576
await tester.pumpWidget(renderWidget());
7677
await tester.tap(find.byType(TextButton));
7778
await tester.pumpAndSettle();

0 commit comments

Comments
 (0)