mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Load app fonts
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user