UNPKG

@collab-ui/core

Version:

Cisco Collab UI CSS Framework

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