UNPKG

@momentum-ui/react

Version:

Cisco Momentum UI framework for ReactJs applications

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