Commit d2e8e34
committed
Fix widget test by waiting for splash screen animations to complete
- Add pumpAndSettle() to wait for typewriter animation to finish
- The splash screen uses AnimatedTextKit with 100ms character speed
- Test was failing because it checked for text before animation completed
This should make the widget test pass by ensuring the animated text is fully displayed.1 parent 0ed0074 commit d2e8e34
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
0 commit comments