Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cea5adf

Browse files
committed
remove delay setTimeout,
- but that doesn't work, so comment it out for now - looks like we need a timeout of 0ms to make sure that the promise is return after rendering is completed.
1 parent d5b7c26 commit cea5adf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jasmine/tests/gl_plot_interact_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ describe('Test gl plot interactions', function() {
6666
gd = createGraphDiv();
6767
Plotly.plot(gd, mock.data, mock.layout).then(function() {
6868
delay(done);
69+
// done();
6970
});
7071
});
7172

0 commit comments

Comments
 (0)