mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
10 lines
172 B
TypeScript
10 lines
172 B
TypeScript
context('Maps Page', () => {
|
|
beforeEach(() => {
|
|
cy.visit('/c/maps');
|
|
});
|
|
|
|
it('should match the snapshot', () => {
|
|
// cy.matchImageSnapshot('maps');
|
|
});
|
|
});
|