UNPKG

@collab-ui/core

Version:

Cisco Collab UI CSS Framework

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