UNPKG

@collab-ui/core

Version:

Cisco Collab UI CSS Framework

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