fixes error
Warning: 'ReactDOMTestUtils.act' is deprecated in favor of 'React.act'. Import 'act' from 'react' instead of 'react-dom/test-utils'. See https://react.dev/warnings/react-dom-test-utils for more info.
that appeared after #6752 on tests that use this library.
PR checklist:
[ ] Update READ.me ?
[ ] Update API documentation ?
QA checklist:
[ ] Smoke test the functionality described in the issue
fixes error
Warning: 'ReactDOMTestUtils.act' is deprecated in favor of 'React.act'. Import 'act' from 'react' instead of 'react-dom/test-utils'. See https://react.dev/warnings/react-dom-test-utils for more info.
that appeared after #6752 on tests that use this library.PR checklist:
QA checklist: