Commit 686674e
committed
Fix: Remove _cleanup() calls from unit test after() hooks to prevent 5s timeout
- _cleanup() has 10s timeout but Mocha tests have 5s timeout
- _afterSuite() already stops the browser properly
- Global after() hook handles final process exit
- Fixes 8 failing unit tests with 'Timeout of 5000ms exceeded' errors1 parent 6f0b318 commit 686674e
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
1695 | 1694 | | |
1696 | 1695 | | |
1697 | 1696 | | |
1698 | | - | |
1699 | | - | |
1700 | 1697 | | |
1701 | 1698 | | |
1702 | 1699 | | |
| |||
0 commit comments