About the Author
Justin Leach

Justin Leach

Justin is a skilled web developer with 9+ years of experience. His career thus far has been full stack with experience surrounding both JavaScript and .NET technologies. He has particular expertise in getting to the crux of issues to troubleshoot and overcome real software problems, with most recent projects including work with React and Node.js technologies.

Testing React Native Apps

Using Jest and Testing Library with React Native Part III: Element Not Found

Justin Leach Development Technologies, JavaScript, React Native, Testing, Testing React Native Series, Tutorial 1 Comment

In the last installment (Part II), we walked through creating and executing our very first test. With that out of the way, let’s move on to something slightly more complicated. Elements that cannot be found typically are elements that are initially hidden. In this post, we’ll cover how to test for an element or component that isn’t found.