polite-lunch-8069
it("Creates xxx", () => { cy.get('some_input').type(key()); }); it("Tests feature", () => { cy.get('some_input').should('have.value', key()) })