diff --git a/test/spec/ol/map.test.js b/test/spec/ol/map.test.js index 4564955ce0..8bcc65f514 100644 --- a/test/spec/ol/map.test.js +++ b/test/spec/ol/map.test.js @@ -141,13 +141,12 @@ describe('ol.Map', function() { options = { altShiftDragRotate: false, doubleClickZoom: false, - dragPan: false, keyboard: false, mouseWheelZoom: false, shiftDragZoom: false, - touchPan: false, - touchRotate: false, - touchZoom: false + pan: false, + rotate: false, + zoom: false }; });