wisemapping-frontend/packages/webapp/cypress/e2e/maps.cy.ts
2022-10-31 13:48:31 -07:00

10 lines
172 B
TypeScript

context('Maps Page', () => {
beforeEach(() => {
cy.visit('/c/maps');
});
it('should match the snapshot', () => {
// cy.matchImageSnapshot('maps');
});
});