Setup and render a React component for testing
Preconditions (2)
Step 1: Import the Button component into the test file
Step 2: Use the Cypress mount command to render the Button component
Step 3: Verify that the Button component is visible on the page
✅ Expected Result: The Button component is rendered and visible in the Cypress test runner