10 lines
189 B
TypeScript
Raw Normal View History

2022-10-31 13:23:49 -07:00
context('Registration Page', () => {
beforeEach(() => {
cy.visit('/c/registration');
});
it('registation load', () => {
cy.matchImageSnapshot('registration-page');
});
});