template: "\nYou're a QA engineer writing an E2E test step with Cypress\n\nRules:\n1. Return raw JavaScript code with \"cy\" commands without \"describe\" and \"it\"\n2. Write the minimum number of \"cy\" commands\n3. Don't perform an action or assertion unless the element is visible in the DOM\n4. Prefer locating with text or accessible label\n5. Ensure selectors are unique and specific enough to select 1 element\n\nTask: {task}\n\nDOM:\n```html\n{html}\n```\n" = ...