Open nils-hoyer opened 10 months ago
Hi there,
lovely extension! I appreciate your effort!
Description: Recorded command type() is missing its value.
Env:
Steps to reproduce:
Given Result:
cy.visit('https://example.cypress.io/todo'); cy.get('[data-test=new-todo]').type(''); cy.get('.todoapp').click();
Expected Result
cy.visit('https://example.cypress.io/todo'); cy.get('[data-test=new-todo]').type('this is a test'); cy.get('.todoapp').click();
Image:
Hi there,
lovely extension! I appreciate your effort!
Description: Recorded command type() is missing its value.
Env:
Steps to reproduce:
Given Result:
Expected Result
Image: