diff --git a/cypress/integration/ui/__snapshots__/scenario6.js.snap b/cypress/integration/ui/__snapshots__/scenario6.js.snap index 51b74f87..ab739f1c 100644 --- a/cypress/integration/ui/__snapshots__/scenario6.js.snap +++ b/cypress/integration/ui/__snapshots__/scenario6.js.snap @@ -524,87 +524,6 @@ exports[`use all parts of svg-edit > check tool_polygon_change_stroke_width #0`] `; -exports[`use all parts of svg-edit > check tool_polygon_change_stroke_style #0`] = ` - - - Layer 1 - - - - - - - - -`; - -exports[`use all parts of svg-edit > check tool_polygon_change_line_cap #0`] = ` - - - Layer 1 - - - - - - - - -`; - exports[`use all parts of svg-edit > check tool_polygon_change_stoke_fill_color #0`] = ` check tool_polygon_change_stoke_fill_color stroke-width="15" fill-opacity="1" stroke-opacity="1" - stroke-dasharray="5,2,2,2" - stroke-linecap="square" > @@ -677,8 +594,6 @@ exports[`use all parts of svg-edit > check tool_polygon_change_sides #0`] = ` stroke-width="15" fill-opacity="1" stroke-opacity="1" - stroke-dasharray="5,2,2,2" - stroke-linecap="square" > diff --git a/cypress/integration/ui/scenario6.js b/cypress/integration/ui/scenario6.js index 8b814730..1f6e749d 100644 --- a/cypress/integration/ui/scenario6.js +++ b/cypress/integration/ui/scenario6.js @@ -123,20 +123,6 @@ describe('use all parts of svg-edit', function () { } cy.get('#svgcontent').toMatchSnapshot(); }); - it('check tool_polygon_change_stroke_style', function () { - cy.get('#svg_1').click({ force: true }); - cy.get('#stroke_style').shadow().find('elix-dropdown-list').eq(0).invoke('attr', 'opened', 'opened'); - cy.get('#stroke_style').find('se-list-item').eq(3).shadow().find('elix-option').eq(0) - .click({ force: true }); - cy.get('#svgcontent').toMatchSnapshot(); - }); - it('check tool_polygon_change_line_cap', function () { - cy.get('#svg_1').click({ force: true }); - cy.get('#stroke_linecap').shadow().find('elix-dropdown-list').eq(0).invoke('attr', 'opened', 'opened'); - cy.get('#stroke_linecap').find('se-list-item').eq(1).shadow().find('elix-option').eq(0) - .click({ force: true }); - cy.get('#svgcontent').toMatchSnapshot(); - }); it('check tool_polygon_change_stoke_fill_color', function () { cy.get('#svg_1').click({ force: true }); cy.get('#stroke_color').shadow().find('#picker').eq(0).click({ force: true });