I have a python application mapped in localhost:PORT. I have some angular e2e test and when I run it with protructor (very basic ones, just login to the system), my application going to be unresponsive and I need to reload it to make work again. But If I implement the same actions like in tests, but by hands, all seems working fine and application works stable.
Does anyone know how to fix this problem?