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