Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design committed Nov 23, 2024
1 parent 16a466e commit b00eac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/circle.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/circlemarker.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit b00eac7

Please sign in to comment.