mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 22:56:11 +03:00
Basic test no longer uses navigator since we have a suite for that
This commit is contained in:
parent
713fad4224
commit
862b560cb4
@ -13,8 +13,7 @@
|
|||||||
id: 'example',
|
id: 'example',
|
||||||
prefixUrl: '/build/openseadragon/images/',
|
prefixUrl: '/build/openseadragon/images/',
|
||||||
tileSources: '/test/data/testpattern.dzi',
|
tileSources: '/test/data/testpattern.dzi',
|
||||||
springStiffness: 100, // Faster animation = faster tests
|
springStiffness: 100 // Faster animation = faster tests
|
||||||
showNavigator: true
|
|
||||||
});
|
});
|
||||||
|
|
||||||
ok(viewer, 'Viewer exists');
|
ok(viewer, 'Viewer exists');
|
||||||
|
Loading…
Reference in New Issue
Block a user