cypress-plugin-tab
cypress-plugin-tab copied to clipboard
Feature Request: .tabUntil
Would love the ability to say "hit tab until you match" to ensure things are in a flow.
cy.visit(url)
.get('#carousel-xyz')
.find('[data-item=0]')
.focus()
.tabUntil('.right-arrow');
Thanks!
nice idea. PRs welcome :+1: