Conteúdo do Curso
Expert React
Expert React
Challenge: Third Test Case
Task
Implement the third test case for the Counter app, focusing on the decrement button functionality. The goal is to ensure that the counter value decreases correctly when clicking the decrement button. Steps:
- Render the App component
- Find the decrement button.
- Find the resulting text element.
- Simulate a click on the decrement button.
- Verify if the text shows the correct updated value.
- Repeat steps 4 and 5 to ensure the functionality is correct.
Obrigado pelo seu feedback!