From a394f0916465075f479a6ede0f6b14f5ab90f574 Mon Sep 17 00:00:00 2001 From: Tamara Slosarek Date: Tue, 14 Nov 2023 13:37:19 +0100 Subject: [PATCH] fix(#665): fix main page test locally --- app/integration_test/main_page_test.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/integration_test/main_page_test.dart b/app/integration_test/main_page_test.dart index 625e083ba..16c3a57a1 100644 --- a/app/integration_test/main_page_test.dart +++ b/app/integration_test/main_page_test.dart @@ -13,6 +13,8 @@ void main() { group('test the main page', () { testWidgets('test that tabs change pages', (tester) async { await initServices(); + await fetchAndSaveLookups(); + await updateCachedDrugs(); final appRouter = AppRouter(); await tester.pumpWidget( MaterialApp.router(