We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85ed21 commit 0e37b9fCopy full SHA for 0e37b9f
test/jasmine/tests/download_test.js
@@ -61,7 +61,7 @@ describe('Plotly.downloadImage', function() {
61
downloadTest(gd, 'svg', done);
62
}, LONG_TIMEOUT_INTERVAL);
63
64
- it('should work when passing graph div id', function(done) {
+ it('should work when passing graph div id', function(done) {
65
downloadTest('graph', 'svg', done);
66
67
0 commit comments