wisemapping-frontend/packages/web2d/cypress/e2e/element.opacity.cy.js

8 lines
228 B
JavaScript
Raw Normal View History

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