You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CypressError: {tab} isn't a supported character sequence. You'll want to use the command cy.tab(), which is not ready yet, but when it is done that's what you'll use.
Is this a Feature or Bug?
Feature
Current behavior:
cy.focused().type('{tab}');
fails with errorDesired behavior:
To navigate elements using
.tab()
How to reproduce:
Test code:
npm run start
npm run test
to open cypresstabbing_spec.js
suiteAdditional Info (images, stack traces, etc)
This feature is important in order to test forms for keyboard accessibility.
The text was updated successfully, but these errors were encountered: