7 Commits

Author SHA1 Message Date
00f008d8a2 remove skip:true 2024-03-01 17:21:13 +02:00
1db5d88125 Ensure introData() Function Works During Testing by Using setMockInitialValues 2024-03-01 17:20:40 +02:00
e14446f2e3 Replace tester.pumpAndSettle(); with tester.pump();
Replacing `tester.pumpAndSettle();` with `tester.pump();` resolves an issue where `pumpAndSettle()` waits for all animations to complete, causing an infinite loop with `CircularProgressIndicator`. Using `pump()` ensures efficient frame building without unnecessary animation waiting.
2024-03-01 17:18:42 +02:00
7a3705010b Update intro_message_test.dart 2023-11-24 09:23:49 +05:30
6a9f9a0488 Update intro_message_test.dart 2023-05-14 14:03:03 +05:30
861d8e379e Update intro_message_test.dart 2023-05-04 10:39:00 +05:30
15e9dc8dda Create intro_message_test.dart 2023-04-21 04:11:02 +05:30