diff --git a/test/basic.js b/test/basic.js index 701117f2..ea4e9aad 100644 --- a/test/basic.js +++ b/test/basic.js @@ -13,8 +13,7 @@ id: 'example', prefixUrl: '/build/openseadragon/images/', tileSources: '/test/data/testpattern.dzi', - springStiffness: 100, // Faster animation = faster tests - showNavigator: true + springStiffness: 100 // Faster animation = faster tests }); ok(viewer, 'Viewer exists');