React Test Challenges
Use what you learned in the other courses and see if you can fix these broken tests in our set of tricky React testing challenges. If you get stuck you can always reveal some hints to guide you along the way.
Basic React Testing Challenges
Challenge: Where is the rendered component?
Current
Challenge: Keyboard shortcut combinations
Pro
Challenge: When localStorage leaks between tests
Pro
Challenge: how can both assertions be passing?
Pro
Selecting The Correct React Element Testing Challenges
Challenge: Split text
Pro
Challenge: Use a RegExp to find elements
Pro
Challenge: Screen Reader Only Text
Pro
Challenge: Select one of many elements
Pro
Async Rendering React Testing Challenges
Challenge: element seems to have old content?
Pro
Challenge: Fix this async click behaviour test
Pro