Errors waiting for protractor to sync on IE #1919
Description
Hi, I have recently been experiencing errors with IE browser testing and wondered if anyone could shed some light on the problem? Originally our set of protractor tests were passing on Chrome36,37,38 , Firefox31,32,33 and IE9,10,11 and now we are getting many errors relating to IE browsers.
IE9 and IE11 both run through some tests successfully and then at a random point will throw the following error:
[IE 9 #7] Failures:
[IE 9 #7]
[IE 9 #7] 1) flowCanvasControllerTests.spec readonly mode should not allow items to be moved
[IE 9 #7] Message:
[IE 9 #7] ←[31mTypeError: Cannot read property '0' of undefined←[0m
From then onwards it seems that every test fails with the following error:
[IE 9 #7] 2) flowCanvasControllerTests.spec readonly mode should not allow items to be moved
[IE 9 #7] Message:
[IE 9 #7] ←[31mError: Error while waiting for Protractor to sync with the page: "Unable to get value of the property 'get': object is null or undefined"←[0m
We have tried running our tests with browserstack and saucelabs, both get the same errors leading me to think this is a protractor issue. If anyone has any ideas what causes this and how to fix it please do say, Thanks.