mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
8 lines
216 B
JavaScript
8 lines
216 B
JavaScript
|
context('Layout suite', () => {
|
||
|
it('basic layout', () => {
|
||
|
cy.visit('/iframe.html?args=&id=mindplot-layout--basic-suite&viewMode=story');
|
||
|
cy.wait(2000);
|
||
|
cy.matchImageSnapshot('layout-suite');
|
||
|
});
|
||
|
});
|