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
Returning a promise from beforeEach or afterEach does not cause the tests to wait. This is inconsistent with test, which does wait. The practical workaround today is to do:
Returning a promise from
beforeEach
orafterEach
does not cause the tests to wait. This is inconsistent withtest
, which does wait. The practical workaround today is to do:But we should make promises work too.
Related issues:
The text was updated successfully, but these errors were encountered: