Cypress - Selecting Elements
Given this code:
What is the issue with this code?
cy.get('[data-test="login"]')
.type('user@example.com')
.get('[data-test="password"]')
.type('password123')What is the issue with this code?
