Mount a simple React Button component and verify its text
Preconditions (2)
Step 1: Import the Button component into the test file
Step 2: Use Cypress mount command to render the Button component with label='Click Me'
Step 3: Find the button element in the mounted component
Step 4: Verify the button's text is exactly 'Click Me'
✅ Expected Result: The Button component mounts successfully and the button displays the text 'Click Me'