8 lines
228 B
JavaScript
Raw Normal View History

2023-01-30 04:10:57 +00: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');
});
});