remove old tests

This commit is contained in:
HarelM
2023-12-16 07:58:21 +02:00
parent 865ea72863
commit 2ad4993ab7
7 changed files with 2 additions and 820 deletions
+1
View File
@@ -16,6 +16,7 @@ export default {
cy.intercept('GET', 'http://localhost:8888/geojson-style.json', { fixture: 'geojson-style.json' });
cy.intercept('GET', 'http://localhost:8888/raster-style.json', { fixture: 'raster-style.json' });
cy.intercept('GET', 'http://localhost:8888/geojson-raster-style.json', { fixture: 'geojson-raster-style.json' });
cy.intercept({method: 'GET', url: '*example.com/*', },[]);
},
setStyle(styleProperties: 'geojson' | 'raster' | 'both' | 'layer' | '', zoom? : number) {