Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tests
Browse files Browse the repository at this point in the history
Falke-Design committed Nov 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 16a466e commit b00eac7
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
@@ -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')
2 changes: 1 addition & 1 deletion cypress/e2e/circlemarker.cy.js
Original file line number Diff line number Diff line change
@@ -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', () => {

0 comments on commit b00eac7

Please sign in to comment.