UNPKG

@collab-ui/core

Version:

Cisco Collab UI CSS Framework

9 lines (8 loc) 216 B
describe('@collab-ui/core', function() { it('snapshot of input', function() { cy.visit(`${Cypress.env('BASE_URL')}/input`) .get('.cui-input') .should('be.visible') .percySnapshot(); }); });