colinrobertbrooks / react-beautiful-dnd-test-utils

Test utils for react-beautiful-dnd built with react-testing-library 🧤
https://www.npmjs.com/package/react-beautiful-dnd-test-utils
MIT License
32 stars 14 forks source link

waitForElement has been deprecated. #5

Closed kayluhb closed 4 years ago

kayluhb commented 4 years ago

waitForElementhas been deprecated. Use afind*query (preferred: https://testing-library.com/docs/dom-testing-library/api-queries#findby) or usewaitFor` instead (it's the same API, so you can find/replace): https://testing-library.com/docs/dom-testing-library/api-async#waitfor

grahamlangford commented 4 years ago

Is this going to be merged anytime soon? It would be nice to eliminate the warnings from my test output.

nthock commented 4 years ago

@colinrobertbrooks Kindly review and merge this PR if possible to eliminate this warning. Thanks a lot!

colinrobertbrooks commented 4 years ago

@kayluhb, @grahamlangford & @nthock, v3.2.1 has been released.