Verify component renders with correct props and handles click event
Preconditions (2)
Step 1: Mount the 'Button' component with the prop label='Submit'
Step 2: Check that the button text is 'Submit'
Step 3: Click the button
Step 4: Verify that the click event handler is called once
✅ Expected Result: The button displays the label 'Submit' and the click event handler is triggered exactly once when clicked