Cypress - Plugins and Ecosystem
Identify the error in this test code:
cy.findByLabelText('Password').type('secret')
cy.findByRole('button', { name: 'Login' }).click()
cy.findByText('Welcome').should('exist')