wisemapping-frontend/packages/webapp/cypress/e2e/registration.cy.ts
Paulo Gustavo Veiga 62ea491623 Update cypress
2023-01-07 21:10:13 -08:00

10 lines
190 B
TypeScript

describe('Registration Page', () => {
beforeEach(() => {
cy.visit('/c/registration');
});
it('registation load', () => {
cy.matchImageSnapshot('registration-page');
});
});