UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (8 loc) 230 B
// https://github.com/cypress-io/cypress/issues/8998 it('issue 8998', () => { cy.visit('fixtures/issue-8998.html') cy.get('.option').then((el) => { const x = Cypress.dom.isVisible(el[8]) expect(x).to.be.false }) })