Skip to content

Commit

Permalink
fix(#665): fix main page test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Nov 14, 2023
1 parent 73c117c commit a394f09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/integration_test/main_page_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a394f09

Please sign in to comment.