Hi , Tabbing into an element and pressing `{enter}...
# component-testing
a
Hi , Tabbing into an element and pressing
{enter}
does not work. >
1) cy.get('body').tab().type('{enter}')  - not working
**note***: for tab() i am using
cypress-plugin-tab
and only on
tabbing
my button will be visible But >
2) cy.get('.my-button').type('{enter}') - working.
note*: Here button is always visible Can anyone help me in fixing (1) ?
2 Views