Hi Ash, would: ``` cy.get('input[placeholder="Ente...
# e2e-testing
a
Hi Ash, would:
Copy code
cy.get('input[placeholder="Enter new project name"]').type('ProjectNo1')
be something you are searching for? I choose input where to type by placeholder, maybe you want different criteria to find element you want to write to?