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 9032cb7 commit 03cad13Copy full SHA for 03cad13
test/jasmine/tests/click_test.js
@@ -180,9 +180,7 @@ describe('Test click interactions:', function() {
180
181
describe('drag interactions', function() {
182
beforeEach(function(done) {
183
- Plotly.plot(gd, mockCopy.data, mockCopy.layout).then(function() {
184
- setTimeout(done, 200);
185
- });
+ Plotly.plot(gd, mockCopy.data, mockCopy.layout).then(done);
186
});
187
188
it('on nw dragbox should update the axis ranges', function(done) {
0 commit comments