UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

7 lines (6 loc) 178 B
it('works', () => { expect(true).to.be.true // during integration tests, // the spec window and the app's window are different cy.window().should('not.equal', window) })