DevExpress/testcafe-react-selectors

IE11 NoModificationAllowedError, out of stack space

mwq27 opened this issue · 3 comments

mwq27 commented

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

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

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

mwq27 commented

Closing, upgrading to 1.0.0 was the solution.