abundant-gold-84344
07/25/2022, 4:39 PM{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) ?