Skip to content

Commit 7e2acfb

Browse files
committed
Remove focus in tests
1 parent 4a1901c commit 7e2acfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/jasmine/tests/select_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ var mockZindex = {
159159
}
160160
};
161161

162-
fdescribe('Click-to-select', function() {
162+
describe('Click-to-select', function() {
163163
var mock14Pts = {
164164
1: { x: 134, y: 116 },
165165
7: { x: 270, y: 160 },
@@ -331,7 +331,7 @@ fdescribe('Click-to-select', function() {
331331
.then(done, done.fail);
332332
});
333333

334-
fit('should box select all overlapping points regardless of zindex', function(done) {
334+
it('should box select all overlapping points regardless of zindex', function(done) {
335335
mockZindex.layout.dragmode = 'select';
336336
_newPlot(gd, mockZindex.data, mockZindex.layout)
337337
.then(function() {

0 commit comments

Comments
 (0)