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