We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1901c commit 7e2acfbCopy full SHA for 7e2acfb
test/jasmine/tests/select_test.js
@@ -159,7 +159,7 @@ var mockZindex = {
159
}
160
};
161
162
-fdescribe('Click-to-select', function() {
+describe('Click-to-select', function() {
163
var mock14Pts = {
164
1: { x: 134, y: 116 },
165
7: { x: 270, y: 160 },
@@ -331,7 +331,7 @@ fdescribe('Click-to-select', function() {
331
.then(done, done.fail);
332
});
333
334
- fit('should box select all overlapping points regardless of zindex', function(done) {
+ it('should box select all overlapping points regardless of zindex', function(done) {
335
mockZindex.layout.dragmode = 'select';
336
_newPlot(gd, mockZindex.data, mockZindex.layout)
337
.then(function() {
0 commit comments