mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 10:47:56 +01:00
8 lines
214 B
JavaScript
8 lines
214 B
JavaScript
|
describe('Text Suite', () => {
|
||
|
// Rect tests ...
|
||
|
it('Text Multiline', () => {
|
||
|
cy.visit('/iframe.html?args=&id=shapes-text--multiline&viewMode=story');
|
||
|
cy.matchImageSnapshot('text-multiline');
|
||
|
});
|
||
|
});
|