mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
10 lines
189 B
TypeScript
10 lines
189 B
TypeScript
context('Registration Page', () => {
|
|
beforeEach(() => {
|
|
cy.visit('/c/registration');
|
|
});
|
|
|
|
it('registation load', () => {
|
|
cy.matchImageSnapshot('registration-page');
|
|
});
|
|
});
|