wisemapping-frontend/packages/web2d/cypress/e2e/text.cy.js
2023-01-30 04:10:57 +00:00

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');
});
});