You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Get the project fired up and start using it as a user would. Try to go through t
42
42
*[ ] Test that the Show component renders when your test data is passed in through show prop and "none" is passed in through selectedSeason prop.
43
43
*[ ] Test that the Loading component displays when null is passed into the show prop (look at the Loading component to see how to test for it's existence)
44
44
*[ ] Test that when your test data is passed through the show prop, the same number of season select options appear as there are seasons within your test data.
45
-
*[ ] Test that when an item is selected, the handleSelect function is called. Look at your code to see how to get access to the select DOM element and userEvent reference materials to see how to trigger a selection.
45
+
*[ ] Test that when an item is selected, the handleSelect function is called. Look at your code to see how to get access to the select DOM element and [userEvent reference materials](https://testing-library.com/docs/ecosystem-user-event/) to see how to trigger a selection.
46
46
*[ ] Test that the episode component DOES NOT render when the selectedSeason props is "none" and DOES render the episode component when the selectedSeason prop has a valid season index.
0 commit comments