scottohara/loot

Cypress can't type tab key

Opened this issue · 0 comments

{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: cypress-io/cypress#299