After release of dom-testing-library v7 there are couple of things to be updated for await-async-utils rule:
- include
waitFor as valid async util
- update the doc to mention
wait, waitForElement and waitForDomChange are now deprecated
- make sure when
waitForElementToBeRemoved receives an element rather than callback doesn't cause false positives