jiridanek commented on pull request #793: URL: https://github.com/apache/qpid-dispatch/pull/793#issuecomment-665078273
@ErnieAllen This update actually breaks the tests, ```> dispatch-console@0.2.0 test /home/runner/work/qpid-dispatch/qpid-dispatch/console/react > react-scripts test FAIL src/topology/topologyViewer.test.js (5.494s) ● Console console.warn node_modules/@testing-library/dom/dist/wait-for-element.js:17 `waitForElement` has been deprecated. Use a `find*` query (preferred: https://testing-library.com/docs/dom-testing-library/api-queries#findby) or use `waitFor` instead: https://testing-library.com/docs/dom-testing-library/api-async#waitfor ● renders the TopologyViewer component TypeError: MutationObserver is not a constructor 46 | 47 | // make sure it created the svg > 48 | await waitForElement(() => getByLabelText("topology-svg")); | ^ 49 | 50 | // the svg should have a router circle 51 | await waitForElement(() => getByTestId("router-0"));``` and so on ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org