ovidiuch / react-testing-examples

Searchable library of React testing examples
https://react-testing-examples.netlify.app
MIT License
387 stars 29 forks source link

refactor: replaced waitForElement by findByText #51

Closed MitchelSt closed 3 years ago

MitchelSt commented 3 years ago

waitForElement is deprecated

ovidiuch commented 3 years ago

Thanks!

ovidiuch commented 3 years ago

This PR broke the build: https://app.circleci.com/pipelines/github/skidding/react-testing-examples/7/workflows/125cb679-a5de-45da-bb9d-957fc48615b5/jobs/224 – @MitchelSt Can you please make a follow-up PR to fix the issue? Thanks!