diff --git a/functional-tests/views/index.pug b/functional-tests/views/index.pug index 8bfa13c2c..47578899a 100644 --- a/functional-tests/views/index.pug +++ b/functional-tests/views/index.pug @@ -17,7 +17,7 @@ html script. var options = { Document: { - enabledTypes: ['highlight'] + enabledTypes: ['highlight', 'draw'] } }; var boxAnnotations = new BoxAnnotations(options); @@ -26,4 +26,4 @@ html container: '.preview-container', showDownload: true, boxAnnotations: boxAnnotations - }); \ No newline at end of file + });