UNPKG

@momentum-ui/react

Version:

Cisco Momentum UI framework for ReactJs applications

11 lines (9 loc) 281 B
import { prefix } from '../../utils/index'; describe('@momentum-ui/react', () => { it('snapshot of card section', () => { cy.visit(`${Cypress.env('BASE_URL')}/card-section`) .get(`.${prefix}-card-section`) .should('be.visible') .percySnapshot(); }); });