When Expect() fails in the It() statement, the AfterEach() won't be executed.
Expect()
It()
AfterEach()
Is there a way to always execute some code no matter It() succeeds or fails? (just like Jave's finally())