UNPKG

@collab-ui/core

Version:

Cisco Collab UI CSS Framework

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