We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1825153 commit fd1c501Copy full SHA for fd1c501
test/jasmine/tests/download_test.js
@@ -32,7 +32,6 @@ describe('Plotly.downloadImage', function() {
32
33
afterAll(function() {
34
document.createElement = createElement;
35
- navigator.msSaveBlob = msSaveBlob;
36
});
37
38
beforeEach(function() {
@@ -43,6 +42,7 @@ describe('Plotly.downloadImage', function() {
43
42
destroyGraphDiv();
44
Lib.isIE = isIE;
45
slzProto.serializeToString = serializeToString;
+ navigator.msSaveBlob = msSaveBlob;
46
47
48
it('should be attached to Plotly', function() {
0 commit comments