UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (7 loc) 249 B
// https://github.com/cypress-io/cypress/issues/8279 describe('issue 8279', () => { it('can click button inside large div with tabindex=0 without scrolling', () => { cy.visit('/fixtures/issue-8279.html') cy.get('#clickme').click() }) })