@momentum-ui/react
Version:
Cisco Momentum UI framework for ReactJs applications
16 lines (13 loc) • 410 B
JavaScript
// import { prefix } from '../../utils/index';
// describe('@momentum-ui/react', () => {
// before(() => {
// cy.visit(`${Cypress.env('BASE_URL')}/event-overlay`);
// cy.viewport(1001, 661);
// });
// it('snapshot of event-overlay', () => {
// cy.get(`.${prefix}-event-overlay__children`)
// .scrollIntoView()
// .should('be.visible')
// .percySnapshot();
// });
// });