Which of the following test codes correctly implements this?
hard📝 framework Q15 of 15
Cypress - Basics and Setup
You want to write a Cypress test that visits https://example.com, clicks a button with class .submit-btn, and then checks if a success message with id #success-msg is visible. Which of the following test codes correctly implements this?