Cypress - Basics and Setup
You want to write a Cypress test that visits a page, fills a form input with id
#name, and submits it by clicking a button with class .submit-btn. Which code snippet correctly does this?