scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Cypress can't type tab key #175

Open scottohara opened 4 years ago

scottohara commented 4 years ago

{tab} is not a valid key.

Soon there will be a cy.tab() command that can be used, but until then for typeaheads we have to wait for the dropdown to appear then use {enter} to select the currently highlighted option.

See: https://github.com/cypress-io/cypress/issues/299