I often getting the below error message while running test using protractor.
- Failed: element not visible
(Session info: chrome=50.0.2661.102)
(Driver info: chromedriver=2.21.371459 (36d3d07f660ff2bc1bf28a75d1cdabed0983e7c4),platform=Windows NT 6.3 x86_64)
When my test runs slowly my test is getting passed but sometime my test used to run very faster and due to that i get the above as error message as outcome and not sure which element is not visible or causing the failure.
Is there any way that to print which element is not visible while testing is running too fast? Help me here