I have a feature file with few scenarios:
in every scenario I need to login in app and then do checks
But if first scenario failed on step after login, it does not perform logout
and then second scenario is failed.
How to bring app to first state? (start app, and not logged in)
driver.resetApp() does not work for me