Closed kayluhb closed 4 years ago
Is this going to be merged anytime soon? It would be nice to eliminate the warnings from my test output.
@colinrobertbrooks Kindly review and merge this PR if possible to eliminate this warning. Thanks a lot!
@kayluhb, @grahamlangford & @nthock, v3.2.1 has been released.
waitForElement
has been deprecated. Use a
find*query (preferred: https://testing-library.com/docs/dom-testing-library/api-queries#findby) or use
waitFor` instead (it's the same API, so you can find/replace): https://testing-library.com/docs/dom-testing-library/api-async#waitfor