The Crystal programming language | http://crystal-lang.org | Fund Crystal's development: http://is.gd/X7PRtI | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/
cy.get('#username').click();
is what im familiar with
.type(username)
*
cy.get('input[id^="username"]:nth-of-type(2)').type(username)
.eq(1)
, starts at 0
MyEnum.new(14)
tho :/
EOL