djstevenson / songs-to-the-siren

A blog about songs
MIT License
0 stars 0 forks source link

Stop using fill() Cypress hack for fast input #318

Closed djstevenson closed 4 years ago

djstevenson commented 4 years ago

I created and used a bit of a hack for faster Cypress tests. But:

a) That doesn't trigger the same events as typing b) Failed to correctly HTML-escape strings.

Rather than try to fix it, just use the standard Cypress type() command.