Cypress - Element Interactions
You wrote this Cypress test but it fails:
What is the most likely reason for failure?
cy.get('input#search').type('Cypress');
cy.get('button#search-btn').click();
cy.get('.results').should('contain', 'Cypress');What is the most likely reason for failure?
