diff --git a/cypress/e2e/circle.cy.js b/cypress/e2e/circle.cy.js index b5dcf996..06e71191 100644 --- a/cypress/e2e/circle.cy.js +++ b/cypress/e2e/circle.cy.js @@ -277,7 +277,7 @@ describe('Draw Circle', () => { const layer = map.pm.getGeomanDrawLayers()[0]; layer.remove(); }); - cy.hasLayers(3); + cy.hasLayers(2); }); it('check if snapping works with max radius of circle', () => { cy.toolbarButton('circle') diff --git a/cypress/e2e/circlemarker.cy.js b/cypress/e2e/circlemarker.cy.js index ed86ece5..81bfee5c 100644 --- a/cypress/e2e/circlemarker.cy.js +++ b/cypress/e2e/circlemarker.cy.js @@ -436,7 +436,7 @@ describe('Draw Circle Marker', () => { const layer = map.pm.getGeomanDrawLayers()[0]; layer.remove(); }); - cy.hasLayers(3); + cy.hasLayers(2); }); it('check if snapping works with max radius of circle', () => {