UNPKG

@momentum-ui/react

Version:

Cisco Momentum UI framework for ReactJs applications

15 lines (12 loc) 317 B
import { prefix } from '../../utils/index'; describe('@momentum-ui/react', () => { before(() => { cy.visit(`${Cypress.env('BASE_URL')}/topbar`); cy.viewport(1200, 660); }); it('snapshot of topbar', () => { cy.get(`.${prefix}-top-bar`) .should('be.visible') .percySnapshot(); }); });