UNPKG

@momentum-ui/react

Version:

Cisco Momentum UI framework for ReactJs applications

9 lines (8 loc) 223 B
describe('@momentum-ui/react', () => { it('snapshot of social-list', () => { cy.visit(`${Cypress.env('BASE_URL')}/social-list`) .get(`.social-list`) .should('be.visible') .percySnapshot(); }); });