#603 revert cypress test case

This commit is contained in:
agriyadev5
2021-08-23 18:31:55 +05:30
parent dee32fe8f6
commit e79891c614

View File

@@ -49,7 +49,7 @@ describe('use all parts of svg-edit', function () {
.trigger('mouseup', { force: true });
cy.get('#svgcontent').toMatchSnapshot();
});
it('check mode_connect', function () {
/* it('check mode_connect', function () {
cy.get('#tool_rect').click({ force: true });
cy.get('#svgcontent')
.trigger('mousedown', 100, -60, { force: true })
@@ -69,7 +69,7 @@ describe('use all parts of svg-edit', function () {
.trigger('mouseup', { force: true });
cy.get('#svgcontent').toMatchSnapshot();
});
/* it('check tool_image', function () {
it('check tool_image', function () {
cy.get('#tool_image').click({ force: true });
cy.get('#svgcontent')