the element:
<input type="text" class="form-control" placeholder="What's this article about?"
How did I identify:
cy.get("input[placeholder=What's this article about?]").type("<3");
the error:
Syntax error, unrecognized expression: input[placeholder=What's this article about?]