Skip to content

Commit d64004e

Browse files
committed
fix test
1 parent 7e6d5bb commit d64004e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/nav_create_path.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('Create path workflow', () => {
1111
cy.wait('@tiles');
1212
cy.get("a.btn-success[href='/path/add/']").contains('Add a new path').click();
1313
cy.get("a.leaflet-draw-draw-polyline").click();
14-
cy.get('#id_geom-map')
14+
cy.get('.leaflet-zoom-animated')
1515
.click(380, 220)
1616
.click(405, 290)
1717
.click(405, 290);

0 commit comments

Comments
 (0)