UNPKG

@collab-ui/core

Version:

Cisco Collab UI CSS Framework

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