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