TypeError: Cannot assign to read only property 'Symbol(impl)' of object '[object DOMImplementation]'
300 | it('should continue editing', () => {
301 | const focusedElement = document.activeElement;
> 302 | expect(focusedElement).toBe(wrapper.getDOMNode());
| ^
303 | })
304 | })
305 |
at Object.toBe (__tests__/jest/ui-core/Input.spec.js:302:32)