UNPKG

@collab-ui/core

Version:

Cisco Collab UI CSS Framework

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