Write Cypress tests for this feature:
Feature description: ${{FEATURE_DESCRIPTION}}
Page URL: ${{PAGE_URL}}
User interactions: ${{USER_INTERACTIONS}}
Generate:
- describe/it block structure
- cy.visit and navigation
- Element selectors (data-testid preferred)
- User action simulations
- Assertions and expectations
- Custom commands if needed
- Intercept/stub API callsOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{FEATURE_DESCRIPTION][{PAGE_URL][{USER_INTERACTIONS]