diff --git a/cypress/integration/ui/__snapshots__/scenario5.js.snap b/cypress/integration/ui/__snapshots__/scenario5.js.snap index a9135fb8..457adf33 100644 --- a/cypress/integration/ui/__snapshots__/scenario5.js.snap +++ b/cypress/integration/ui/__snapshots__/scenario5.js.snap @@ -488,125 +488,6 @@ exports[`use all parts of svg-edit > check tool_line_change_stroke_width #0`] = `; -exports[`use all parts of svg-edit > check tool_line_change_stroke_style #0`] = ` - - - Layer 1 - - - - - - - - - - - -`; - -exports[`use all parts of svg-edit > check tool_line_change_line_cap #0`] = ` - - - Layer 1 - - - - - - - - - - - -`; - exports[`use all parts of svg-edit > check tool_line_align_to_page #0`] = ` check tool_line_align_to_page #0`] = ` id="svg_2" fill-opacity="1" stroke-opacity="1" - stroke-dasharray="5,2,2,2" - stroke-linecap="square" > @@ -715,8 +594,6 @@ exports[`use all parts of svg-edit > check tool_line_change_stoke_color #0`] = ` id="svg_2" fill-opacity="1" stroke-opacity="1" - stroke-dasharray="5,2,2,2" - stroke-linecap="square" > diff --git a/cypress/integration/ui/scenario5.js b/cypress/integration/ui/scenario5.js index ce20994d..ee9ea836 100644 --- a/cypress/integration/ui/scenario5.js +++ b/cypress/integration/ui/scenario5.js @@ -132,20 +132,6 @@ describe('use all parts of svg-edit', function () { } cy.get('#svgcontent').toMatchSnapshot(); }); - it('check tool_line_change_stroke_style', function () { - cy.get('#svg_2').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_line_change_line_cap', function () { - cy.get('#svg_2').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_line_align_to_page', function () { cy.get('#svg_3').click({ force: true }); cy.get('#tool_position').shadow().find('elix-dropdown-list').eq(0).invoke('attr', 'opened', 'opened');