diff --git a/tests/cypress/tests-e2e/print.cy.js b/tests/cypress/tests-e2e/print.cy.js index a2a9f5fe47..2d5aa2cf96 100644 --- a/tests/cypress/tests-e2e/print.cy.js +++ b/tests/cypress/tests-e2e/print.cy.js @@ -184,7 +184,7 @@ describe('Testing print', () => { cy.goToMapView( { layers: `KML|${getServiceKmlBaseUrl()}some-kml-file.kml`, - z: 9, + z: 15, }, true ) @@ -312,7 +312,7 @@ describe('Testing print', () => { ) const mapAttributes = attributes.map - expect(mapAttributes['scale']).to.equals(5000) + expect(mapAttributes['scale']).to.equals(2500000) expect(mapAttributes['dpi']).to.equals(254) expect(mapAttributes['projection']).to.equals('EPSG:2056') @@ -444,7 +444,7 @@ describe('Testing print', () => { ) const mapAttributes = attributes.map - expect(mapAttributes['scale']).to.equals(5000) + expect(mapAttributes['scale']).to.equals(2500000) expect(mapAttributes['dpi']).to.equals(254) expect(mapAttributes['projection']).to.equals('EPSG:2056') @@ -515,7 +515,7 @@ describe('Testing print', () => { ) const mapAttributes = attributes.map - expect(mapAttributes['scale']).to.equals(5000) + expect(mapAttributes['scale']).to.equals(2500000) expect(mapAttributes['dpi']).to.equals(254) expect(mapAttributes['projection']).to.equals('EPSG:2056')