You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the previous handler failed, perhaps due to an assertion, it wouldn't trigger the next run and the tests would hang.
Fix by including a failure of the previous handler in the await condition for the next run.
0 commit comments