What's Changed
Long-awaited Cypress 10+ Support for cy.tab()
- remove Ally.js dependency (abandoned)
- fix focus randomly being lost due (due to ally.js)
- closes #46
- upgrade to Cypress 10+, with new compatible type definitions
- fix tabbing from focusable elements
- follow subject changes in Cypress command chain / events sent in proper order before focus change
- closes #47
- fix hanging tests when used with cy.clock
- closes #42