I am new to protractor and any response helps!! I see this Message: timeout: timed out after 30000 msec waiting for spec to complete Stacktrace: undefined
and I have afterEach cleans my test data. My log messages there are not being printed. Seems like it does not run afterEach. Also will afterEach be called when a test test fails normally (without timeout but other error)? If yes, is there a way for me to check for test result being pass or fail and do some cleanup actions based on that?