wisemapping-frontend/packages/web2d/cypress/e2e/text.cy.js

8 lines
214 B
JavaScript
Raw Normal View History

2023-01-30 05:10:57 +01:00
describe('Text Suite', () => {
// Rect tests ...
it('Text Multiline', () => {
cy.visit('/iframe.html?args=&id=shapes-text--multiline&viewMode=story');
cy.matchImageSnapshot('text-multiline');
});
});