Skip to content

Commit 03cad13

Browse files
committed
Revert "Pause before starting the drag-interaction tests"
This reverts commit 9032cb7.
1 parent 9032cb7 commit 03cad13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/jasmine/tests/click_test.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ describe('Test click interactions:', function() {
180180

181181
describe('drag interactions', function() {
182182
beforeEach(function(done) {
183-
Plotly.plot(gd, mockCopy.data, mockCopy.layout).then(function() {
184-
setTimeout(done, 200);
185-
});
183+
Plotly.plot(gd, mockCopy.data, mockCopy.layout).then(done);
186184
});
187185

188186
it('on nw dragbox should update the axis ranges', function(done) {

0 commit comments

Comments
 (0)