diff --git a/cypress/integration/ui/scenario7.js b/cypress/integration/ui/scenario7.js index 1ea808dc..5ba4cde1 100644 --- a/cypress/integration/ui/scenario7.js +++ b/cypress/integration/ui/scenario7.js @@ -103,18 +103,6 @@ describe('use all parts of svg-edit', function () { .click({ force: true }); cy.get('#svgcontent').toMatchSnapshot(); }); - /* it('check tool_star_change_x_y_coordinate', function () { - cy.get('#svg_1').click({ force: true }); - for(let n = 0; n < 25; n ++){ - cy.get('#selected_x').shadow().find('elix-number-spin-box').eq(0).shadow().find('#upButton').eq(0) - .click({ force: true }); - } - for(let n = 0; n < 25; n ++){ - cy.get('#selected_y').shadow().find('elix-number-spin-box').eq(0).shadow().find('#upButton').eq(0) - .click({ force: true }); - } - cy.get('#svgcontent').toMatchSnapshot(); - }); */ it('check tool_star_change_stroke_width', function () { cy.get('#svg_1').click({ force: true }); for(let n = 0; n < 10; n ++){ @@ -123,20 +111,6 @@ describe('use all parts of svg-edit', function () { } cy.get('#svgcontent').toMatchSnapshot(); }); - it('check tool_star_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_star_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_star_change_stoke_fill_color', function () { cy.get('#svg_1').click({ force: true }); cy.get('#stroke_color').shadow().find('#picker').eq(0).click({ force: true });