DevExpress / testcafe-react-selectors

TestCafe selector extensions for React apps.
https://testcafe.io
MIT License
203 stars 43 forks source link

IE11 NoModificationAllowedError, out of stack space #139

Closed mwq27 closed 5 years ago

mwq27 commented 5 years ago

I'm trying run tests using a remote browser connection in IE11. Before the test page even loads, the console is flooded with logs of SCRIPT28: Out of stack space, and then SCRIPT5022: NoModificationAllowedError -> hammerhead.js (8,. 20470). My tests run perfectly fine in Chrome and Firefox.

Sometimes the login page actually loads as the test is about to begin, but the browser locks up. I am able to verify that the before and beforeEach hooks are working. screenshot 2019-02-12 22 07 31

Testcafe Version:

0.23.1

Machine:

Mac OS Mojave

LavrovArtem commented 5 years ago

We've already faced same errors and fixed it in higher releases. Let's try to update your testcafe version to 1.0.0.

mwq27 commented 5 years ago

Oh wow I didn't know that 1.0.0 was released. Thanks @LavrovArtem :)

mwq27 commented 5 years ago

Closing, upgrading to 1.0.0 was the solution.