UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

7 lines (6 loc) 167 B
describe('security', () => { it('works by replacing obstructive code', () => { cy.visit('/fixtures/security.html') cy.get('div').should('not.exist') }) })