cypress-plugin-tab icon indicating copy to clipboard operation
cypress-plugin-tab copied to clipboard

Feature Request: .tabUntil

Open schtauffen opened this issue 5 years ago • 1 comments

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!

schtauffen avatar Jan 06 '20 15:01 schtauffen

nice idea. PRs welcome :+1:

kuceb avatar Jan 06 '20 16:01 kuceb