siteSettings
afterEach
Before this fix, if a test case was async, `afterEach` callback would be executed immediately, without waiting for the test to finish. 😬
This reverts commit 2abe85b834.
2abe85b834